Spotlight
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.
mirusser
This article argues that MCP servers for Kubernetes ship the accelerator without the brake, and walks through a two-tier design in which an agent can only propose a change, and a human approves the exact plan before it is applied.
zolty
This case study covers migrating a live k3s cluster from a flat network to a VLAN architecture, including an etcd quorum loss caused by moving too many nodes at once and the recovery steps using k3s server --cluster-reset.
Tools and utilities
Nginx Rift is a proof of concept for CVE-2026-42945, a heap buffer overflow in NGINX's rewrite module that allows unauthenticated remote code execution on servers using rewrite and set directives. The README lists affected and fixed versions.
kstack is a skill pack for Claude Code that runs monitoring, troubleshooting and audit tasks on your clusters, handing the heavy shell work to tools like Kubetail, Helm and Trivy to keep answers fast.
Kloak swaps placeholders for real secrets inside the kernel with eBPF, just before TLS encryption, so applications never hold credentials and need no sidecars or code changes. Secrets can be pinned to specific hosts and ports.
OpenDepot is a self-hosted, Kubernetes-native registry for your OpenTofu/Terraform modules and providers, so you control distribution and versions rather than relying on the public registry.
Klarity is a read-only Kubernetes dashboard for GitOps teams: it shows everything running in the cluster but never lets anyone change it outside Git.
Events starting soon
August 21, 2026
Location: St. Louis, MO, USA
This event requires an entrance fee
August 22, 2026
Location: Bengaluru, IN and virtual
This is a free event.
August 22, 2026
Location: Curitiba, BR
This event requires an entrance fee
August 22, 2026
This is a virtual event
This event requires an entrance fee
August 23, 2026
This is a virtual event
This is a free event.
August 25, 2026
Location: Zürich, CH
This is a free event.
At enterprise scale, a deployment pipeline that runs Helm upgrades directly against Kubernetes hides drift, mixes configuration with CI logic, and makes the last pipeline run the source of truth.
Elad Cohen explains how WSC Sports moved from Azure DevOps to GitHub Actions and redesigned delivery around Git and Argo CD. The resulting platform separates builds from deployments, keeps service configuration in values files, and continuously reconciles clusters.
In this interview:
Learn from production
Jacob Amar
This case study traces why Kafka started reading from disk after moving from EC2 to EKS, and lands on cgroup v2 reclaim pressure.
Anastassios Nanos
This case study shows how etcd CrashLoopBack pods on a Karmada/k3s demo cluster turned out to be a ZFS I/O latency problem, and how four ZFS tuning settings fixed it — including the exact etcd Prometheus metrics to watch.
Krishnakanth E
This case study explains how an ECS workload was migrated to EKS across two AWS regions with zero production downtime.
It covers KEDA autoscaling, HashiCorp Vault, IRSA, disaster recovery, and a coordinated production cutover.
Leo Blondel
This case study shows how a 3-person team built a Claude-based AI SRE that triages SigNoz alerts, checks Kubernetes, GitLab, logs, traces, and Slack, then ignores noise, escalates, or runs safe fixes.
Matching jobs
DevOps Engineer with Mark43
Salary: $155K to $170K a year
Location: remote from
Tech stack: Kubernetes, Docker, Terraform
DevOps Engineer with RobCo
Salary: US$70.74K to US$440K a year
Location: based in the office in Munich, DE
Tech stack: Kubernetes, AWS, Go, Python, Terraform, Datadog, Grafana, Prometheus
Site Reliability Engineer with MyFitnessPal
Salary: $120K to $165K a year
Location: remote from
Tech stack: Kubernetes, AWS, Docker, Go, Python, Typescript, Terraform, GitHub Actions, Datadog
AI Enterprise Technical Program Manager with Redhorse Corporation
Salary: $37 to $485.65K a year
Location: based in the office in Arlington, VA, USA
Tech stack: Kubernetes, AWS, Azure, Docker, Spark
Commercial Account Executive with Vantage
Salary: $100K to $200K a year
Location: remote from
Tech stack: Kubernetes, AWS, CircleCI, Datadog
Build something
Timur Nizamutdinov
This tutorial shows how to replace always-on EC2 runners with autoscaling GitLab runners using the AWS fleeting plugin and an Auto Scaling Group, so instances start per job and shut down when the queue is empty.
Dharmendra Yadav
This tutorial shows how KEDA scales workloads on queue depth instead of CPU, with a full RabbitMQ example: install, TriggerAuthentication, ScaledObject and a load test that proves the scaling works.
Parag Shahade
This tutorial shows how to build a simple bot-detection system from Nginx logs and use GCP controls to investigate and slow suspicious traffic.
Imesh Herath
This tutorial shows how GoReplay replays real production traffic in Kubernetes so you can test a new Go service before sending users to it.
Call for Papers closing soon
2
days
Location: Juiz de Fora, BR
In-person conference organized by Devopsdays.
The conference starts on the 17 October 2026.
3
days
Location: Tokyo, JP
In-person conference organized by CNCF.
The conference starts on the 11 December 2026.
3
days
Location: Tokyo, JP
In-person conference organized by Linux Foundation.
The conference starts on the 9 December 2026.
7
days
This is a virtual event
Online conference organized by ScyllaDB.
The conference starts on the 11 March 2027.
9
days
Location: Warsaw, PL
In-person conference organized by Devopsdays.
The conference starts on the 23 November 2026.
9
days
Location: Recife, BR
In-person conference organized by Devopsdays.
The conference starts on the 12 December 2026.
9
days
Location: Florianópolis, BR
In-person conference organized by Devopsdays.
The conference starts on the 24 October 2026.
More articles
Sujith K. Surendran
This article explains why CPU is the wrong scaling signal for Pub/Sub consumers, since pods look healthy while the backlog grows, and argues for scaling on queue depth with KEDA instead.
Max Taylor
This article explains how Go Fiber reached 1.16M RPS on Apple Silicon by running client and server benchmarks inside Docker Desktop's Linux VM to bypass macOS loopback TCP limits.
Moiz Ezzy
An SRE compares Istio, Linkerd and Cilium after eighteen months of running Istio in production, on operational cost, performance overhead, security model and observability. The verdict: most teams should start with Linkerd, or no mesh at all.
Talha Amjad
This article opens up Volcano's controllers to show how gang scheduling avoids the deadlock where half a distributed job holds resources, following the PodGroup and Job state machines with real cluster logs.