Spotlight
Ayush Agarwal
This case study shows how a payments company rebuilt deployments around GitOps with Argo CD on Kubernetes, so every production change is a reviewed Git commit and PCI audits stop being guesswork.
Teymurlutelli
This article explains how Vault piles up unexpired leases when pods keep re-authenticating with default service tokens, why that destabilises the HA cluster, and how batch tokens and shorter TTLs fix it.
Chinedu Mba
This case study shows how to migrate from fragile EC2-based infrastructure to AWS EKS with GitOps using ArgoCD, Jenkins, and SonarQube for a URL shortening platform, achieving 80% faster deployments and self-healing infrastructure.
Harish
This case study shows how a nightly export job kept getting OOM-killed on Kubernetes, and how switching to streaming dropped its memory use from 700 MB to about 30 MB.
Tools and utilities
infra-bench is an open benchmark suite that measures how well AI agents handle real infrastructure tasks, starting with a Kubernetes dataset of easy, medium and hard problems.
Reloader is a Kubernetes controller that watches Secrets and ConfigMaps and triggers rolling updates on Deployments, StatefulSets, and more when changes are detected.
Rune is a fast native macOS app for people who debug clusters every day, with unified pod logs, YAML editing with server dry-run, port-forwarding and a command palette.
Harvester turns bare-metal servers into a hyperconverged platform combining VMs and containers using Kubernetes, KubeVirt, Longhorn, and Rancher.
Kor is a CLI tool that scans your cluster and lists the unused resources nobody cleaned up, from forgotten ConfigMaps and Secrets to stale Services and PVCs.
Events starting soon
September 24, 2026
Location: Anaheim, CA, USA
This event requires an entrance fee
September 25, 2026
Location: Buenos Aires, AR
This event requires an entrance fee
September 25, 2026
Location: Bengaluru, IN and virtual
This is a free event.
September 26, 2026
Location: Cairo, EG
This event requires an entrance fee
September 26, 2026
Location: São Paulo, BR
This event requires an entrance fee
September 26, 2026
Location: Bengaluru, IN
This event requires an entrance fee
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
Mcpunzo
This case study shows how one engineer built k8s-rightsizer in four days and cut Kubernetes costs by 36%, by applying CPU and memory recommendations automatically.
Karim Mirzaguliyev
This case study traces a 503 at the ingress back to a broken CNI overlay between nodes, even though every pod and endpoint looked healthy, and fixes it with topology spread constraints.
Dmitriy Shmatov
This case study shares a production Strimzi Kafka setup that survives broker and zone failures, using KRaft instead of ZooKeeper, per-zone node pools, Cruise Control rebalancing and careful JVM tuning.
Ron Matsliah
This case study shows how a team ran ServiceNow's MID Server on EKS as a StatefulSet and faked the EC2 metadata service so the agent would accept IRSA credentials.
Matching jobs
Data Engineer with Capco
Salary: $54K to $2.59L a year
Location: based in the office in Bengaluru, IN
Tech stack: Kubernetes, AWS, Azure, GCP, Java, Kafka, Gitlab, Jenkins
DevOps Engineer with Blueprint Technologies
Salary: $143.4K to $172.1K a year
Location: based in the office in Bellevue, WA, USA
Tech stack: Kubernetes, Azure, Docker, SQL, SQL Server, Terraform, Azure DevOps
DevOps Engineer with Captivation Software
Salary: $50 to $242K a year
Location: based in the office in Annapolis Junction, MD, USA
Tech stack: Kubernetes, Docker, Python, Gitlab, Jenkins, Ansible
DevOps Engineer with Captivation Software
Salary: $130K to $270K a year
Location: based in the office (and remote from home) in Annapolis Junction, MD, USA
Tech stack: Kubernetes, AWS, Docker, Python, Ruby, Cloudformation, Terraform, GitHub Actions, Jenkins, Ansible
DevSecOps Engineer with Qdrant
Salary: $27 to $485.65K a year
Location: fully remote
Tech stack: Kubernetes, AWS, Go, Python, Rust
Build something
Npanchal
This tutorial shows how to chain KEDA cron scaling with Karpenter so non-prod EKS clusters drop to zero nodes at night and on weekends, cutting the compute bill by 65 to 85%.
Harini Anand
This tutorial walks through the llm-d quickstart on Kubernetes, pausing after each step to explain what you just deployed.
hareshv0711
This tutorial shows how to run Azure DevOps agents on AKS so that KEDA spins up a fresh agent pod whenever the pipeline queue grows and removes it when the job is done.
Kuldeep Paul
This tutorial shows how to run Bifrost, an open-source AI gateway, on Kubernetes with Helm, cluster mode and autoscaling so thousands of LLM requests stay fast under load.
Call for Papers closing soon
1
days
Location: Tel Aviv, IL
In-person conference organized by Devopsdays.
The conference starts on the 21 December 2026.
6
days
Location: Bengaluru, IN
In-person conference organized by Canonical.
The conference starts on the 15 November 2026.
7
days
Location: Amsterdam, NL
In-person conference organized by SREDay.
The conference starts on the 2 November 2026.
7
days
Location: Almaty, KZ
In-person conference organized by Devopsdays.
The conference starts on the 16 October 2026.
7
days
Location: Sofia, BG
In-person conference organized by OpenFest.
The conference starts on the 8 November 2026.
7
days
This is a virtual event
Online conference organized by Canonical.
The conference starts on the 13 November 2026.
10
days
Location: Barcelona, ES
In-person conference organized by SUSE.
The conference starts on the 15 February 2027.
More articles
Francesco Vitullo
This article asks what a container can block on its own when a dependency turns malicious, and tests nono, a capability-based sandbox that limits file and network access at runtime.
Vtulasinadh
This article lays out a GitOps reference architecture for running one app across 25 regions, where every region reconciles itself with Argo CD and a rollback is a git revert scoped to that region alone.
Dwayne McDaniel
This article explains what an attacker can really do with leaked Kubernetes credentials, from kubeconfigs to service account tokens, and how to check the blast radius and shut it down.
Anuj Ashok Potdar
This article explains how running ZooKeeper on Google Cloud Z4D nodes with local SSDs removes the disk latency that slows consensus writes, plus the GKE anti-affinity, volume binding and JVM tuning it needs.