Spotlight
Pruthvi Raj Seknametla
This article explains why Kubernetes observability falls apart when metrics, logs and traces don't share context, and how consistent service identity, bounded label cardinality and OpenTelemetry pull them back together.
Fatih Arslan
This article explains Kubernetes operators as feedback controllers, connecting reconciliation, informers, queues, spec/status, and self-healing behavior to database operations.
Myroslav Vivcharyk
This article reads the HPA as a proportional controller from control theory, showing why the deadband, high gain and slow response trade-offs are unavoidable, and what dead time and pod quantization do to a PID version of it.
Anastassios Nanos
This case study shows how etcd CrashLoopBack pods on a Karmada/k3s demo cluster turned out to be a ZFS I/O latency problem, and how four ZFS tuning settings fixed it — including the exact etcd Prometheus metrics to watch.
Tools and utilities
This tool gives you a find-like experience for Kubernetes resources, letting you search by name regex, age, labels, status, image name or node, then patch, exec or delete the matching items.
This code tool allows you to start containers only when needed and automatically stop them after a period of inactivity.
This code tool converts JSON files into Kubernetes resource manifests, allowing you to use JSON/jsonnet workflows while still generating valid YAML for Kubernetes.
Kubeswitch is a command-line tool designed to ease switching between different kubectl contexts.
PIQC scans Kubernetes clusters for vLLM and Ray Serve workloads, collects GPU, model, cost, utilization, KV cache, and waste facts, then prints an actionable inference cost report.
Events starting soon
August 16, 2026
Location: Singapore, SG
This event requires an entrance fee
August 18, 2026
Location: Lehi, UT, USA
This is a free event.
August 19, 2026
This is a virtual event
This is a free event.
August 19, 2026
This is a virtual event
This is a free event.
August 19, 2026
This is a virtual event
This is a free event.
August 21, 2026
Location: St. Louis, MO, USA
This event requires an entrance fee
Learn from production
Leo Blondel
This case study shows how a 3-person team built a Claude-based AI SRE that triages SigNoz alerts, checks Kubernetes, GitLab, logs, traces, and Slack, then ignores noise, escalates, or runs safe fixes.
Alex
This case study explains how one private container registry was shared across six AKS clusters in three regions.
It covers ACR geo-replication, image pull reliability, network access, permissions, and operational breakages.
Infisical's case study explains why its Kubernetes operator hit memory and authentication scaling limits and how a reference-based CRD design fixed secret sync.
Groww Engineering Team
This case study explains how Groww built an internal chaos engineering platform on Kubernetes to run controlled failure drills like network faults, dependency outages, and traffic replay before real incidents hit production.
Matching jobs
DevOps Engineer with Mark43
Salary: $155K to $170K a year
Location: remote from
Tech stack: Kubernetes, Docker, Terraform
DevOps Engineer with RobCo
Salary: US$70.74K to US$440K a year
Location: based in the office in Munich, DE
Tech stack: Kubernetes, AWS, Go, Python, Terraform, Datadog, Grafana, Prometheus
Site Reliability Engineer with MyFitnessPal
Salary: $120K to $165K a year
Location: remote from
Tech stack: Kubernetes, AWS, Docker, Go, Python, Typescript, Terraform, GitHub Actions, Datadog
AI Enterprise Technical Program Manager with Redhorse Corporation
Salary: $37 to $485.65K a year
Location: based in the office in Arlington, VA, USA
Tech stack: Kubernetes, AWS, Azure, Docker, Spark
Commercial Account Executive with Vantage
Salary: $100K to $200K a year
Location: remote from
Tech stack: Kubernetes, AWS, CircleCI, Datadog
Build something
Lakhan Solanki
This tutorial explains how to sign and verify Docker images in Amazon ECR using Cosign and AWS KMS.
It also shows how trusted image enforcement can fit into EKS and Kyverno-based supply chain security.
xbill
This tutorial shows how to deploy a 5-agent ADK system on Amazon EKS and test Agent-to-Agent workflows with Gemini CLI.
Adrián Bailador
This tutorial shows how to design ASP.NET Core health checks for Kubernetes using separate liveness, readiness, and startup probes.
Sheng Chen is a Sr. Specialist Solutions Architect at AWS Australia, bringing over 20 years of experience in IT infrastructure, cloud architecture, and multi-cloud networking. In his current role, Sheng helps customers accelerate cloud migrations and infrastructure modernization by leveraging cloud-native technologies. He specializes in Amazon EKS, AWS hybrid cloud services, platform engineering and AI infrastructure.
This tutorial shows how to run production generative AI at the edge by attaching on-prem NVIDIA DGX systems to an Amazon EKS control plane with hybrid nodes, GPU Operator, and NVIDIA NIM.
More articles
Akash Warkhade
This article explains how Kubernetes pod DNS failures can come from the default ndots:5 setting and a Linux conntrack issue, and shows how ndots:2 plus single-request-reopen can reduce DNS noise and fix intermittent resolution errors.
Sri Ramanjaneyulu Lingala
This article explains how to build an ML platform on AKS with GPU node pools, Argo Workflows, MLflow, KServe, GitOps, security controls, and practical lessons around GPU cost, scheduling, and serving.
Ganesh Gurudu
This article explains how to design an AI agent for SRE operations that reads alerts, logs, Kubernetes data, runbooks, deployments, and observability signals to diagnose incidents and propose safe actions.
Rakesh Raushan
This article explains why ONNX Runtime can keep gigabytes of memory after inference.
It shows how allocator behavior, session reuse, and runtime tuning affect memory usage, latency, and containerized workloads.