Spotlight
Abdullrahman Eissa
This article describes Silex, a homemade Kubernetes ingress controller with a Go control plane and a Rust data plane, and benchmarks it against the Nginx ingress controller.
Matias Coca
This article explains why EKS sends most pod-to-pod traffic across availability zones and how the Kubernetes 1.35 trafficDistribution: PreferSameZone setting keeps it local and cuts the transfer bill.
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.
This article shows how a default AWS EKS setting lets any pod reach the node's metadata service and steal its IAM credentials, then walks through the simple fix.
Tools and utilities
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.
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.
Events starting soon
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
September 15, 2026
Location: Washington, DC, USA
This event requires an entrance fee
September 15, 2026
Location: Zürich, CH
This is a free event.
September 15, 2026
This is a virtual event
This is a free event.
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
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.
Ryan Waite
This case study follows one engineer building a home data centre from scratch, running k3s on recycled hardware with NAS storage, Cloudflare Tunnels for public access and Argo CD for deployments.
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.
Matching jobs
DevOps Engineer with Smile Digital Health
Salary: $67.5K to $440K a year
Location: remote from
Tech stack: Kubernetes, AWS, Azure, OpenShift, Helm, Docker, Go, GraphQL, Javascript, Python
DevSecOps Engineer with Gainsight
Salary: PLN 25K to PLN 28.5K a year
Location: based in the office (and remote from home) in Wroclaw, PL
Tech stack: Kubernetes, AWS, Azure, GCP, Docker, Powershell, Python
DevSecOps Engineer with SHEIN
Salary: $130K to $169K a year
Location: based in the office in Los Angeles, CA, USA
Tech stack: Kubernetes, AWS, Azure, GCP
Engineering Manager with Brightwheel
Salary: $86.4K to $423.5K a year
Location: remote from
Tech stack: Kubernetes, AWS, Docker, Python, SQL, Typescript, DynamoDB, PostgreSQL, Airflow
Platform Engineer with Akuity
Salary: $113.4K to $401.28K a year
Location: remote within UTC+0 and UTC+12
Tech stack: Kubernetes, AWS, Go, SQL, MySQL, Terraform, 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
1
days
Location: New York, NY, USA
In-person conference organized by Software 3.0.
The conference starts on the 14 October 2026.
2
days
Kubernetes Community Days Provence 2026
Location: Provence, FR
In-person conference organized by CNCF.
The conference starts on the 10 December 2026.
4
days
Location: Dubai, AE
In-person conference organized by CognitionX.
The conference starts on the 15 October 2026.
7
days
Location: Santa Clara, CA, USA
In-person conference organized by DevNetwork.
The conference starts on the 11 February 2027.
9
days
Location: Montreal, CA
In-person conference organized by ConFoo.
The conference starts on the 26 February 2027.
10
days
Location: Tunja, CO
In-person conference organized by BoyaConf.
The conference starts on the 21 November 2026.
19
days
Location: Bengaluru, IN
In-person conference organized by Canonical.
The conference starts on the 15 November 2026.
More articles
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.
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.
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.