Spotlight
Firas Sboui
This case study shows how to run SQL Server on Azure Kubernetes Service using StatefulSets, persistent volumes, and GitOps for multi-tenant database deployments.
Danny Steenman
This case study shows how NetworkLessons migrated from Kubernetes to ECS Fargate using AWS CDK, reducing operational complexity while implementing multi-account architecture, automated cost controls, and infrastructure as code.
Joseignacio Carretero
This tutorial teaches how to set up a local DNS server specifically for demo environments using dnsmasq and Docker containers.
Michael Galkov
This tutorial shows how to build integration tests for Kubernetes using Rust, kind clusters, and Terraform with automatic cleanup via Kyverno TTL policies and namespace isolation for concurrent test execution.
Tools and utilities
Seabird is a native cross-platform Kubernetes desktop client that makes exploring your cluster's resources easy.
Stakpak is an open source terminal AI agent for DevOps that generates infrastructure code, debugs Kubernetes, and automates deployments — with secret substitution so the LLM never sees your actual credentials.
The MariaDB operator lets you declaratively manage your MariaDB using Kubernetes CRDs rather than imperative commands.
ch-vmm lets you run Cloud Hypervisor virtual machines inside Kubernetes like regular pods with support for snapshots, rollbacks, and multi-VM management.
This tool extends Argo CD with a hub-and-spoke agent architecture in which lightweight agents in remote clusters connect back to a central control plane.
Events starting soon
April 8, 2026
This is a virtual event
This is a free event.
April 9, 2026
This is a virtual event
This is a free event.
April 9, 2026
Location: Brussels, BE
This is a free event.
April 9, 2026
This is a virtual event
This is a free event.
April 9, 2026
Location: Marseille, FR
This is a free event.
April 9, 2026
This is a virtual event
This is a free event.
You're running gRPC services in Kubernetes, load balancing looks fine on the dashboard — but some pods are burning at 80% CPU while others sit idle, and adding more replicas only partially helps.
Rohit Agrawal, a Staff Software Engineer on the traffic platform team at Databricks, explains why this happens and how his team replaced Kubernetes's default networking with a proxy-less, client-side load-balancing system built on the xDS protocol.
In this episode:
The system has been running in production for three years across hundreds of services, handling millions of requests.
Learn from production
Borwornpob
This article describes OpenMirai's deployment pipeline using GitHub Actions for CI, Argo CD for GitOps, and a separate deployment repository, with staging-first testing and scheduled production releases during off-peak hours.
Fabián Sellés Rosa
This case study shows how upgrading to Kubernetes 1.34 caused KIAM pods to fail due to service account token expiration changes, revealing that legacy clients using long-lived tokens now expire after 24 hours instead of 90 days.
Rob Sherling
This case study shows how EMC Healthcare built an on-premise CI/CD pipeline using K3s, ArgoCD, and Argo Workflows to automate testing and deployments with preview environments.
Sphoorthi Charan Nayakudugari
This case study explains how the authors used dynamic MIG partitioning to split large GPUs like NVIDIA A100/H100 into multiple isolated slices, letting many small jobs share GPU efficiently.
Matching jobs
DevOps Engineer with Oddball
Salary: $110K to $145K a year
Location: remote from
Tech stack: Kubernetes, AWS, Docker, Python, CDK, Cloudformation, GitHub Actions
DevOps Engineer with Point72
Salary: US$108.45K to US$275K a year
Location: based in the office in Singapore, SG
Tech stack: Kubernetes, Docker, Powershell, Python, Cloudformation, Terraform, GitHub Actions, Gitlab, Jenkins, Ansible
DevOps Engineer with Postman
Salary: $213.51K to $275K a year
Location: based in the office (and remote from home) in San Francisco, CA, USA
Tech stack: Kubernetes, AWS, Azure, GCP, Helm, ArgoCD, Docker, Python, Cloudformation, Terraform
DevOps Engineer with Proton
Salary: $99.9K to $275K a year
Location: based in the office in Paris, FR
Tech stack: Kubernetes, ArgoCD, Python, Rust, Terraform, Ansible
DevOps Engineer with SurveyMonkey
Salary: $1.27L to $3.03L a year
Location: based in the office (and remote from home) in Bengaluru, IN
Tech stack: Kubernetes, AWS, Helm, ArgoCD, Docker, Java, PHP, Python, Redis, PostgreSQL
Build something
Ahmed Draz
This tutorial shows how to deploy LLM models on OpenShift without operators by using llama.cpp with a quantized GGUF model, building a multi-stage container image, and exposing it via standard Kubernetes resources.
Tobby Kuo
This tutorial teaches how to build an end-to-end real-time baggage tracking system using Kafka for event streaming, Flink for state processing, ClickHouse for analytics, and Grafana for visualization on Kubernetes.
Shanaka Jayasundera
This tutorial shows how to expose Kubernetes Gateway API from AKS through Azure Application Gateway by fixing health probe failures with a dedicated HTTPRoute and connection timeouts using externalTrafficPolicy Local for Azure DSR.
Ahmad Asmar
This tutorial shows how to use Kyverno policy engine to generate Pod Disruption Budgets for Kubernetes deployments with multiple replicas, preventing downtime during Karpenter node consolidation through intelligent API lookups and label matching.
Call for Papers closing soon
1
days
Location: Barcelona, ES
In-person conference organized by SREday.
The conference starts on the 20 April 2026.
5
days
Location: Austin, TX, USA
In-person conference organized by SREday.
The conference starts on the 6 May 2026.
12
days
Location: Athens, GR
In-person conference organized by Open Conf.
The conference starts on the 21 November 2026.
14
days
Location: Munich, DE
In-person conference organized by SREday.
The conference starts on the 15 May 2026.
14
days
Location: Mannheim, DE
In-person conference organized by Rheinwerk Verlag.
The conference starts on the 11 November 2026.
23
days
Location: Des Moines, IA, USA
In-person conference organized by Tech Fuse DSM.
The conference starts on the 16 October 2026.
23
days
Location: Graz, AT
In-person conference organized by Devopsdays.
The conference starts on the 4 September 2026.
More articles
Tobias Massoth
This article explains the trade-offs of Azure CNI Pod Subnet in AKS with two IP allocation modes:
Scott Cotton
This article introduces Tony format, a tool that unifies matching, patching, and diffing operations on YAML and JSON using a single typed tree representation with tag-based extensions like !dive, !key, and !if for structural transformations.
Dilip Kola
This article explains how to build cost-efficient microservices on AKS by classifying state as irreplaceable or regenerable, using managed PostgreSQL for critical data while self-hosting Redis, RabbitMQ, and observability tools in Kubernetes.
Dhyan Raj
This article introduces MCP Mesh, a framework simplifying multi-agent AI deployment on Kubernetes by replacing YAML with Python decorators, enabling code portability across environments, and providing dynamic dependency injection.