Spotlight
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.
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.
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%.
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
This is a virtual event
This event requires an entrance fee
September 24, 2026
Location: Montreal, CA
This event requires an entrance fee
September 24, 2026
Location: Weert, NL
This is a free event.
September 24, 2026
This is a virtual event
This is a free event.
September 24, 2026
This is a virtual event
This is a free event.
September 24, 2026
This is a virtual event
This is a free event.
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
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.
Petr Petrenko
This case study shows what happened when a team swapped etcd for Google Cloud Spanner, using commit timestamps instead of a single revision counter, so writes no longer queue behind each other.
Matching jobs
Data Engineer with Kpler
Salary: $54K to $181.39K a year
Location: remote from
Tech stack: Kubernetes, AWS, Java, Python, SQL, Typescript, Snowflake, Kafka, Airflow
Data Engineer with OnePay
Salary: $76.5K to $275K a year
Location: remote from
Tech stack: Kubernetes, AWS, SQL, Typescript
DevOps Engineer with Klue
Salary: $72K to $324.5K a year
Location: remote from
Tech stack: Kubernetes, GCP, Pulumi, Terraform, CircleCI, GitHub Actions
DevOps Engineer with Matia
Salary: US$76.5K to US$288.2K a year
Location: based in the office (and remote from home) in Ramat Gan, IL
Tech stack: Kubernetes, AWS, Docker, Go, Python, Airflow, Terraform, GitHub Actions, Jenkins
DevOps Engineer with Nexxa.AI
Salary: $118.44K to $440K a year
Location: based in the office in SF Bay area, CA, USA
Tech stack: Kubernetes, AWS, Azure, GCP, On-premise, ArgoCD, Go, Python, SQL, Snowflake
Build something
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.
Mahir Berkan Oğuz
This tutorial walks you through a full GitOps setup on minikube, where Argo CD deploys a Go service straight from Git and an HPA scales the pods under load.
Call for Papers closing soon
2
days
Location: Tel Aviv, IL
In-person conference organized by Devopsdays.
The conference starts on the 21 December 2026.
7
days
Location: Bengaluru, IN
In-person conference organized by Canonical.
The conference starts on the 15 November 2026.
8
days
Location: Amsterdam, NL
In-person conference organized by SREDay.
The conference starts on the 2 November 2026.
8
days
Location: Almaty, KZ
In-person conference organized by Devopsdays.
The conference starts on the 16 October 2026.
8
days
Location: Sofia, BG
In-person conference organized by OpenFest.
The conference starts on the 8 November 2026.
8
days
This is a virtual event
Online conference organized by Canonical.
The conference starts on the 13 November 2026.
11
days
Location: Barcelona, ES
In-person conference organized by SUSE.
The conference starts on the 15 February 2027.
More articles
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.
Varun Varde
This article explains how to make Kubernetes spend traceable to each team, using a consistent label taxonomy, Prometheus recording rules on resource requests, policy enforcement and chargeback reporting.
Nisha P
This article walks through making a container image safe before it ever reaches the cloud, using multi-stage builds, a distroless base and Trivy scans to cut the CVE count down.
Abhishek Joshi
This article uses a food delivery startup story to explain how a .NET API on one EC2 box moves onto EKS, with Docker, Kubernetes objects and Terraform each given a plain-language role.