Spotlight
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.
This article examines why Copy Fail (CVE-2026-31431) breaks container assumptions and provides a small, safe Python check to determine whether your nodes can reach the vulnerable kernel path.
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.
Lian Yuanlin
This case study shows how to use Source Hydrated Infrastructure Models (SHIM), a GitOps pattern that commits fully rendered infrastructure manifests to Git for explicit auditing and reconciliation.
Tools and utilities
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.
System Upgrade Controller upgrades your nodes from inside the cluster: you describe the change in a Plan resource and it runs the upgrade job on each node, cordoning and draining when you ask it to.
NineVigil is a Kubernetes operator that runs AI agents inside gVisor sandboxes, closes their network egress with Cilium and keeps a tamper-evident audit record of every run.
dtop is a fast terminal dashboard written in Rust that shows what all your Docker containers are doing right now, across several hosts at once.
k8s-overcommit Operator is a Kubernetes operator that trims pod CPU and memory requests based on per-workload overcommit classes, so you can pack more onto a cluster without touching the limits.
Events starting soon
September 10, 2026
This is a virtual event
This event requires an entrance fee
September 10, 2026
Location: Hamburg, DE
This is a free event.
September 11, 2026
Location: Vilnius, LT
This is a free event.
September 12, 2026
Location: Pune, IN
This is a free event.
September 12, 2026
Location: Brussels, BE
This event requires an entrance fee
September 14, 2026
Location: Warsaw, PL
This event requires an entrance fee
KubeSelect is a new show that tests one bold Kubernetes hypothesis with one expert. Hosts Salman Iqbal and Bart Farrell examine the evidence and ask whether the claim holds up.
In episode two, Kat Cosgrove tackles a long-running question: should teams run databases on Kubernetes? StatefulSets, persistent volumes, CSI, and database operators changed the technical answer, but they did not remove the operational risk.
In this episode:
Learn from production
Prabhav Gupta
This case study shows how a team migrated their Spring Boot microservices from Azure App Service to AKS, resulting in a 25% reduction in their infrastructure bill.
Seb
This case study tells how a team deleted their EKS cluster and moved to three plain servers with Kamal, dropping the bill from $1,200 to $180 a month and deploying in about half a minute.
Mijndert Stuij
This case study walks through moving from ingress-NGINX to Envoy Gateway, including the mistakes made on the way, like nginx annotations that do not map one-to-one onto Gateway API policies.
Netflix Technology Blog
This case study shows how Netflix moved millions of batch jobs from its homegrown queueing system to Kueue, without the people submitting those jobs noticing any change.
Matching jobs
Data Engineer with Brave
Salary: $272.72 a day
Location: remote from
Tech stack: Kubernetes, Docker, Javascript, C++, Python, Rust, Typescript
Engineering Manager with Betsson Group
Salary: US$86.4K to US$264K a year
Location: based in the office in Malta, MT
Tech stack: Kubernetes, AWS, Helm, C#, Go, Java, Javascript, Python, Shell, SQL
Data Engineer with MariaDB plc
Salary: RON 160K to RON 200K a year
Location: remote from
Tech stack: Kubernetes, Docker, Javascript, Python, SQL
DevOps Engineer with Gabb Wireless
Salary: $67.5K to $440K a year
Location: based in the office in Lehi, UT, USA
Tech stack: Kubernetes, AWS, Helm, Terraform
DevOps Engineer with IONOS EN
Salary: US$72K to US$220K a year
Location: based in the office (and remote from home) in Berlin, DE
Tech stack: Kubernetes, Python, Terraform, Ansible, Grafana, Prometheus
Build something
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.
Abhi
This tutorial shows how to build a local Kubernetes lab in Vagrant where MetalLB actually works, by giving each VM both a host-only and a bridged network.
Call for Papers closing soon
2
days
Location: New York, NY, USA
In-person conference organized by Software 3.0.
The conference starts on the 14 October 2026.
4
days
Kubernetes Community Days Provence 2026
Location: Provence, FR
In-person conference organized by CNCF.
The conference starts on the 10 December 2026.
5
days
Location: Dubai, AE
In-person conference organized by CognitionX.
The conference starts on the 15 October 2026.
8
days
Location: Santa Clara, CA, USA
In-person conference organized by DevNetwork.
The conference starts on the 11 February 2027.
11
days
Location: Montreal, CA
In-person conference organized by ConFoo.
The conference starts on the 26 February 2027.
11
days
Location: Tunja, CO
In-person conference organized by BoyaConf.
The conference starts on the 21 November 2026.
20
days
Location: Bengaluru, IN
In-person conference organized by Canonical.
The conference starts on the 15 November 2026.
More articles
Vitor Pavan
This article shows how CloudNativePG replaces Patroni, HAProxy and barman with four Kubernetes resources that handle failover, backups and connection pooling for PostgreSQL.
This article explains how Kubernetes 1.36 moves scheduling toward whole workloads with the new PodGroup API, so AI and batch jobs get all their pods placed together instead of one by one.
This article digs into a bug in VPC CNI v1.21.0 in which a reused loop variable wrote network policy rules to the wrong eBPF map, silently dropping every packet to the pod.
Stonebridge Tech Solutions LLC
This case study shows how to implement a HIPAA-compliant CI/CD pipeline using Cosign for artifact signing, OPA Gatekeeper for admission control on EKS, and long-term evidence storage in S3.