Spotlight
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.
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.
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.
Tools and utilities
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.
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.
Events starting soon
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.
September 17, 2026
Location: Lyon, FR
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
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.
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.
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
1
days
Location: Santa Clara, CA, USA
In-person conference organized by DevNetwork.
The conference starts on the 11 February 2027.
4
days
Location: Montreal, CA
In-person conference organized by ConFoo.
The conference starts on the 26 February 2027.
4
days
Location: Tunja, CO
In-person conference organized by BoyaConf.
The conference starts on the 21 November 2026.
9
days
Location: Tel Aviv, IL
In-person conference organized by Devopsdays.
The conference starts on the 21 December 2026.
13
days
Location: Bengaluru, IN
In-person conference organized by Canonical.
The conference starts on the 15 November 2026.
14
days
Location: Amsterdam, NL
In-person conference organized by SREDay.
The conference starts on the 2 November 2026.
14
days
Location: Almaty, KZ
In-person conference organized by Devopsdays.
The conference starts on the 16 October 2026.
More articles
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.
Pendela Bhargava Sai
This article tells how a GPU passthrough on a k3s worker VM put a whole Proxmox host into a boot loop, and how masking the guest-start service at the GRUB prompt rescued it.
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.