Spotlight
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 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.
This article explains how Kubernetes 1.36 lets the kubelet assign CPU and memory at the pod level, so the main container keeps exclusive NUMA-aligned cores while sidecars share the rest.
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.
Tools and utilities
kubectl tree is a kubectl plugin that follows ownerReferences and prints the whole object tree under a Deployment or custom resource, so you can see what created what.
tfplanctx turns a Terraform plan into a short, grep-friendly summary so coding agents can review what will change without burning context on raw plan output.
kpf is a terminal UI around kubectl port-forward that lets you pick a service from a list and reconnects automatically when a pod restarts or your laptop wakes up.
NetObserv deploys an eBPF agent on every node to capture network flows, enrich them with Kubernetes metadata, and export to Loki, Prometheus, Kafka, or IPFIX — with a web console showing topology, raw flows, and traffic metrics.
Hermes Agent Operator runs Hermes AI agents on Kubernetes as custom resources, so each agent's config, skills and workspace live in one manifest instead of drifting on someone's laptop.
Events starting soon
September 16, 2026
Location: Munich, DE
This event requires an entrance fee
September 16, 2026
This is a virtual event
This is a free event.
September 16, 2026
This is a virtual event
This event requires an entrance fee
September 17, 2026
Location: Washington, DC, USA
This event requires an entrance fee
Use KUBEEVENTSCOMMUNITY to get 10% off
September 17, 2026
This is a virtual event
This is a free event.
September 17, 2026
Location: Gdańsk, PL
This is a free event.
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
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.
Inditex Tech
This case study shows how Inditex reclaims idle node capacity with an open-source overcommit operator that rewrites pod requests through a mutating webhook, based on priority class.
Tom Klinovsky
This case study walks through a production debugging session where orphaned Kubernetes pods kept blocking new deployments due to a race condition between the job controller, garbage collector, and an undocumented default propagation policy behavior.
Matching jobs
DevOps Engineer with Commvault
Salary: $18.23K to $2.75L a year
Location: based in the office in Bangalore, IN
Tech stack: Kubernetes, On-premise, OpenShift, Docker, C++, Python, GitHub Actions, Ansible
Machine Learning Engineer with OpenTable
Salary: $158.95K to $268.05K a year
Location: based in the office (and remote from home) in Toronto, CA
Tech stack: Kubernetes, AWS, GCP, Helm, Docker, Java, Python, SQL, Redis, Snowflake
Platform Engineer with League
Salary: CA$150K to CA$206K a year
Location: remote from
Tech stack: Kubernetes, GCP, Go
Site Reliability Engineer with LayerZero Labs
Salary: CA$64.2K to CA$339.24K a year
Location: remote from
Tech stack: Kubernetes, AWS, Azure, GCP, Helm, Typescript
Software Engineer with Artefact
Salary: $85.65K to $364.1K a year
Location: based in the office in Paris, FR
Tech stack: Kubernetes, AWS, Azure, GCP, Docker, SQL, Go, Java, Javascript, Python
Build something
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.
Eresh Gorantla
This tutorial teaches how to deploy OpenTelemetry Collectors on Kubernetes using both DaemonSet agents and sidecar collectors together, with a tail-sampling gateway that merges telemetry from both topologies without breaking trace continuity.
Markof
This tutorial builds a local multi-cluster lab with vind, then uses Sveltos and Argo CD to deploy to every cluster that carries the right label.
Call for Papers closing soon
2
days
Location: Santa Clara, CA, USA
In-person conference organized by DevNetwork.
The conference starts on the 11 February 2027.
5
days
Location: Montreal, CA
In-person conference organized by ConFoo.
The conference starts on the 26 February 2027.
5
days
Location: Tunja, CO
In-person conference organized by BoyaConf.
The conference starts on the 21 November 2026.
10
days
Location: Tel Aviv, IL
In-person conference organized by Devopsdays.
The conference starts on the 21 December 2026.
14
days
Location: Bengaluru, IN
In-person conference organized by Canonical.
The conference starts on the 15 November 2026.
15
days
Location: Amsterdam, NL
In-person conference organized by SREDay.
The conference starts on the 2 November 2026.
15
days
Location: Almaty, KZ
In-person conference organized by Devopsdays.
The conference starts on the 16 October 2026.
More articles
Markof
This article shows how Sveltos ClusterPromotion promotes a config from dev to staging to production only when health checks pass, and why letting Argo CD and Sveltos manage each other deleted Argo CD.
This article explains why three old Kubernetes CVEs will never get a code fix, and what to change in your cluster now that scanners are about to start flagging them again.
Daniel Carrasco Báez
This article lays out a production EKS setup where Karpenter keeps a cheap On-Demand baseline and absorbs traffic spikes with Spot nodes that drain safely when AWS reclaims them.
This article explains a new alpha feature in Kubernetes 1.36 that loads admission policies from files on disk at startup, so they are live before anything else and nobody can delete them.