Spotlight
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.
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.
Pixel Robots.
This article introduces two new Headlamp plugins: KubeBuddy for browser-side Kubernetes cluster auditing and Headlamp Theme Builder for creating custom dashboard themes.
LearnKube
This tutorial shows how two in-cluster services can authenticate each other with Service Account tokens and the TokenReview API, then makes it safer with audience-bound projected tokens.
Tools and utilities
AegisBPF is an eBPF agent that actually blocks unwanted file and network access at the Linux kernel level, instead of only alerting you after something already happened.
Kubernetes production readiness checklist is a free, open checklist for taking applications to production on Kubernetes, covering app design, manifests, security, scaling and going live.
KubeElasti scales idle Kubernetes services down to zero and wakes them on the first request, holding that traffic in a proxy queue so nothing is lost while the pods start.
Polykube is a GitOps-native operator that runs the same workloads across clusters and clouds, with no central control plane and Cilium ClusterMesh carrying cross-cluster traffic.
Attune is a Kubernetes operator that monitors actual usage and adjusts CPU and memory requests for running pods in place, so nothing has to restart.
Events starting soon
September 4, 2026
Location: Hamburg, DE
This event requires an entrance fee
Use CDS26 MEDIA PARTNER LEARNKUBE to get 20% off
September 4, 2026
Location: Graz, AT
This event requires an entrance fee
September 5, 2026
Location: Pune, IN
This is a free event.
September 7, 2026
Location: London, GB
This event requires an entrance fee
September 8, 2026
Location: Barcelona, ES
This is a free event.
September 8, 2026
Location: Portland, OR, USA
This event requires an entrance fee
Use FRIENDSOFKUBEEVENTS to get 20% off
Kube Select takes one bold Kubernetes hypothesis and tests it with an expert.
In the first episode, Salman Iqbal and Bart Farrell ask whether most organizations have an observability problem or a decision-making problem.
Henrik Rexed, Senior Staff Engineer at Dynatrace, challenges the original claim. Teams can collect metrics, logs, and traces, but that telemetry needs system relationships, ownership, and deployment history to support a confident decision.
In this episode:
Learn from production
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.
Deepakravi
This case study shows how to stabilize Harbor on VMware VKS by expanding storage, upgrading the Supervisor Service, and configuring Trivy scanning to receive vulnerability results.
EXANTE Technology
This case study shows how EXANTE replaced manual Saturday releases with a fully automated GitLab CI + Flux + Jira pipeline across 60+ Django modules, 7 GKE environments, and 30+ services to meet fintech regulatory audit requirements.
Saeedafzal2030
This case study shows how one team ran LiteLLM as a single gateway to many model providers on EKS, kept it highly available, and managed the whole thing with ArgoCD.
Matching jobs
Chief MS&A Engineer with NextGen Federal Systems
Salary: $37 to $484.22K a year
Location: based in the office in Dayton, OH, USA
Tech stack: Kubernetes, Docker, C++, Java, Python
DevOps Engineer with Litmus
Salary: CA$145K to CA$185K a year
Location: remote from
Tech stack: Kubernetes, AWS, GCP, On-premise, Helm, Docker, Python, Terraform, Gitlab, Grafana
DevSecOps Engineer with Rivian and Volkswagen Group Technologies
Salary: $54K to $440K a year
Location: based in the office in Irvine, CA, USA
Tech stack: Kubernetes, AWS, Azure, GCP, Go, Python, Istio
DevSecOps Engineer with Spin Careers
Salary: $9K to $275K a year
Location: based in the office in México, MX
Tech stack: Kubernetes, AWS, Azure, GCP, On-premise, Docker, Go, Python, Cloudformation, Terraform
DevSecOps Engineer with Tessera Labs
Salary: $134.1K to $287.1K a year
Location: remote from
Tech stack: Kubernetes, AWS, Azure, GCP
Build something
Taofeek Abiodun Olasunkanmi Yusuf
This guide shows you how to architect a multi-cluster Kubernetes environment using Rancher for governance, vCluster for cost-efficient isolation, and Kargo for automated GitOps promotion pipelines.
Osura Viduranga
This tutorial walks through deploying the WSO2 API Platform Gateway on OpenShift, from building the images and installing cert-manager to applying the gateway operator, a sample REST API, and the route that exposes it.
Dharmendra Yadav
This tutorial explains why Gateway API replaces Ingress on GKE, walking through GatewayClass, Gateway, and HTTPRoute, then sets up traffic splitting and TLS without vendor-specific annotations.
Matthew Wimpelberg
This tutorial builds a real k6 test suite against Google's Online Boutique running on a home lab Kubernetes cluster, with a shared client library, smoke, load, stress, and browser tests, and the two bugs the first run exposed.
Call for Papers closing soon
1
days
Location: Philadelphia, PA, USA
In-person conference organized by Devopsdays.
The conference starts on the 1 October 2026.
3
days
Kubernetes Community Days Florida 2026 Miami
Location: Miami, FL, USA
In-person conference organized by KCD Florida.
The conference starts on the 11 December 2026.
8
days
Location: New York, NY, USA
In-person conference organized by Software 3.0.
The conference starts on the 14 October 2026.
10
days
Kubernetes Community Days Provence 2026
Location: Provence, FR
In-person conference organized by CNCF.
The conference starts on the 10 December 2026.
11
days
Location: Dubai, AE
In-person conference organized by CognitionX.
The conference starts on the 15 October 2026.
14
days
Location: Santa Clara, CA, USA
In-person conference organized by DevNetwork.
The conference starts on the 11 February 2027.
17
days
Location: Montreal, CA
In-person conference organized by ConFoo.
The conference starts on the 26 February 2027.
More articles
LearnKube
This article explains what really happens when you run kubectl apply, and how server-side apply moves field ownership into the API server so Helm, Argo CD and HPAs hit conflicts.
Pradhyuman Pandey
This case study shows how debugging a kubectl 401 error on EKS revealed that a two-year-old static IAM credential file was shadowing a valid instance profile in the AWS credential chain.
Bobby DeVeaux
This article explains how to use Kubernetes Custom Resource Definitions and the reconciliation loop to manage, scale, and monitor multiple concurrent AI coding agents.
Enugurihemanthkumar
This article shows how to set up logging on a shared GKE cluster so every team only sees the logs from their own namespaces, while the platform team still sees everything.