Spotlight
Abhishek Joshi
This article uses a food delivery startup story to explain how a .NET API on one EC2 box moves onto EKS, with Docker, Kubernetes objects and Terraform each given a plain-language role.
Ron Matsliah
This case study shows how a team ran ServiceNow's MID Server on EKS as a StatefulSet and faked the EC2 metadata service so the agent would accept IRSA credentials.
Petr Petrenko
This case study shows what happened when a team swapped etcd for Google Cloud Spanner, using commit timestamps instead of a single revision counter, so writes no longer queue behind each other.
hareshv0711
This tutorial shows how to run Azure DevOps agents on AKS so that KEDA spins up a fresh agent pod whenever the pipeline queue grows and removes it when the job is done.
Tools and utilities
Kor is a CLI tool that scans your cluster and lists the unused resources nobody cleaned up, from forgotten ConfigMaps and Secrets to stale Services and PVCs.
Kogaro continuously validates Kubernetes config with 60+ checks across reference, resource, security, image, and network domains, catching silent failures before they impact production.
Kubesafe is a tool that prevents accidental execution of dangerous commands on the wrong Kubernetes cluster by providing a safety net for cluster management.
mcp-server-kubernetes exposes a complete Kubernetes management layer via Model Context Protocol (MCP), letting tools like Claude Desktop and mcp-chat run kubectl and Helm commands securely.
KubeShark is a Kubernetes skill for Claude Code and Codex that feeds the agent official best practices, so generated manifests stop using deprecated APIs, wildcard RBAC or missing resource limits.
Events starting soon
September 21, 2026
Location: London, UK
This event requires an entrance fee
September 22, 2026
Location: Denver, CO, USA
This event requires an entrance fee
Use 26DODKUBEEVENTS to get 15% off
September 22, 2026
This is a virtual event
This is a free event.
September 22, 2026
Location: Austin, TX, USA
This is a free event.
September 22, 2026
Location: Iai, RO
This event requires an entrance fee
September 23, 2026
Location: Hamburg, DE
This event requires an entrance fee
Non-deterministic agents pose specific challenges for platform teams in observability, state management, governance, and trust.
Mauricio (Salaboy) Salatino explains why agentic applications behave like distributed multi-agent systems. His test assigned agents to take an order, cook the pizza, deliver it, and charge the customer. One order crossed 15 containers and produced 200 traces.
In this interview:
Learn from production
Roeyhadad
This case study shows how Zencity replaced the copy-pasted Helm chart in every service repo with a shared monochart, so that adding a new service stopped being a project in its own right.
Jayeshutchanah
This case study shows how a team kept delivering WebSocket events after growing to dozens of pods, using Redis to track which pod holds each user's connection and relay messages to it.
Ananya Gupta
This case study shows how a student team built a multi-tenant PostgreSQL DBaaS on Kubernetes with Patroni for failover and PgBouncer for pooling, and what they had to redo.
Ameypande
This case study shows how a team turned an old chat export into a searchable archive with OpenSearch, a Spring Boot app and a Kubernetes deployment behind HTTPS.
Matching jobs
Data Engineer with HavocAI
Salary: $76.5K to $275K a year
Location: remote from
Tech stack: Kubernetes, AWS, Azure, GCP, Docker, Javascript, Python, Shell, SQL, PostgreSQL
Data Engineer with Sporty Group
Salary: $76.5K to $275K a year
Location: remote within UTC±12
Tech stack: Kubernetes, AWS, Docker, Python, SQL
Data Engineer with Strava
Salary: $180.38K to $200.85K a year
Location: based in the office (and remote from home) in San Francisco, CA, USA
Tech stack: Kubernetes, AWS, Docker, Go, Python, Scala, Snowflake, Kafka, Spark, Flink
DevOps Engineer with ClickHouse
Salary: $49.5K to $539K a year
Location: remote from
Tech stack: Kubernetes, AWS, Azure, GCP, Go, Java, Cloudformation, Terraform, Istio
DevOps Engineer with NECSWS
Salary: US$72K to US$440K a year
Location: based in the office in London, GB
Tech stack: Kubernetes, AWS, Azure, Helm, Python, Terraform, CircleCI
Build something
Kuldeep Paul
This tutorial shows how to run Bifrost, an open-source AI gateway, on Kubernetes with Helm, cluster mode and autoscaling so thousands of LLM requests stay fast under load.
Mahir Berkan Oğuz
This tutorial walks you through a full GitOps setup on minikube, where Argo CD deploys a Go service straight from Git and an HPA scales the pods under load.
This tutorial shows how to link three GKE clusters with Linkerd multicluster, mixing federation and mirroring so a service keeps answering even when a whole cluster disappears.
Raajkumar Tutika
This tutorial walks through wiring cert-manager and Let's Encrypt into the Istio ingress gateway on GKE, so your HTTPS certificates just renew themselves.
Call for Papers closing soon
1
days
Location: Montreal, CA
In-person conference organized by ConFoo.
The conference starts on the 26 February 2027.
1
days
Location: Tunja, CO
In-person conference organized by BoyaConf.
The conference starts on the 21 November 2026.
6
days
Location: Tel Aviv, IL
In-person conference organized by Devopsdays.
The conference starts on the 21 December 2026.
10
days
Location: Bengaluru, IN
In-person conference organized by Canonical.
The conference starts on the 15 November 2026.
11
days
Location: Amsterdam, NL
In-person conference organized by SREDay.
The conference starts on the 2 November 2026.
11
days
Location: Almaty, KZ
In-person conference organized by Devopsdays.
The conference starts on the 16 October 2026.
11
days
Location: Sofia, BG
In-person conference organized by OpenFest.
The conference starts on the 8 November 2026.
More articles
This article explains how the Mixed Version Proxy reached beta in Kubernetes 1.36, so during an upgrade an older API server forwards requests it does not know to a newer peer instead of answering 404.
prajakta
This article walks through building a Kubernetes admission webhook in Go from scratch, including the TLS trust setup and the bootstrapping deadlock nobody warns you about.
Konstantinos Dichalas
This article walks through a multi-region EKS platform where Crossplane provisions the AWS side, FluxCD reconciles every cluster and Git stays the single source of truth.
This article walks through a real Copy Fail pod escape on Talos Linux, showing how a shared page cache breaks container isolation and why gVisor or microVMs help.