Spotlight
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.
Fatih Arslan
This article explains Kubernetes operators as feedback controllers, connecting reconciliation, informers, queues, spec/status, and self-healing behavior to database operations.
Claudiu Dascalescu
This article opens up Xatastor, the storage system Xata built for millions of Postgres databases, explaining why they chose ZFS zvols over NVMe-oF instead of Ceph or Longhorn, and how their Kubernetes operator drives it.
Myroslav Vivcharyk
This article reads the HPA as a proportional controller from control theory, showing why the deadband, high gain and slow response trade-offs are unavoidable, and what dead time and pod quantization do to a PID version of it.
Tools and utilities
Yoke is an IaC tool inspired by Helm that leverages WebAssembly and Go to dynamically deploy Kubernetes packages with executable runtime capabilities.
Agent Substrate is a Kubernetes runtime for stateful agents that packs many mostly idle agents onto a few worker pods while keeping each agent's memory, filesystem state and routing intact.
KSolver is a Kubernetes cost optimizer that uses CP-SAT constraint programming to find cheaper node fleets, explain blockers, simulate changes, and rank safe savings actions.
wellcake is a Kubernetes operator for Valkey that runs standalone, replication, sentinel and cluster topologies from one CRD, with failover, rolling restarts, S3 backups and secret rotation.
This code tool converts JSON files into Kubernetes resource manifests, allowing you to use JSON/jsonnet workflows while still generating valid YAML for Kubernetes.
Events starting soon
August 16, 2026
Location: Singapore, SG
This event requires an entrance fee
August 18, 2026
Location: Lehi, UT, USA
This is a free event.
August 19, 2026
This is a virtual event
This is a free event.
August 19, 2026
This is a virtual event
This is a free event.
August 19, 2026
This is a virtual event
This is a free event.
August 21, 2026
Location: St. Louis, MO, USA
This event requires an entrance fee
Learn from production
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.
Nick Georgiou
This case study explains how Plum migrated from ingress-nginx to kgateway and Gateway API in 12 weeks without production downtime.
It covers inventory, staging validation, parallel running, mTLS decisions, and custom observability.
Ankit Prakash Gupta
This case study shows how Spark on Kubernetes batch workloads cut cloud costs by colocating executors with drivers, reducing inter-zone shuffle costs, and moving executors to Spot VMs safely.
De.Code – Deloitte Germany Engineering Blog
This case study shows how Deloitte built a multi-cluster Kubernetes platform on STACKIT with an admin cluster, Argo CD ApplicationSets, GitLab pipelines, and shared platform tooling.
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
Seralahthan
This tutorial explains how to catch Helm drift in Kubernetes before manual kubectl changes break GitOps source-of-truth workflows.
Daniel Vigueras
This tutorial explains five Laravel-on-Kubernetes production gotchas, covering immutable migration Jobs, managed databases, worker shutdown timeouts, queue worker flags, and better autoscaling signals.
Muhammad Muzammil
This tutorial shows how to build a per-user SaaS setup on EKS Auto Mode with one pod, one subdomain, one persistent volume, wildcard TLS, and a shared ALB.
Chris St. John
This tutorial shows how to set up Horizontal Pod Autoscaler with CloudFront CDN on Amazon EKS, using k6 for load testing to demonstrate CPU-based autoscaling from 3 to 10 pods and identifying node capacity limits.
More articles
Özcan Yarımdunya
This article shows how to use Kubernetes ConfigMaps as a lightweight real-time state store by watching ConfigMap changes and faning events out with Python asyncio.
Prashant Pathak
This article explains how Kubernetes CPU throttling can amplify Python GIL contention and cause unstable P95/P99 latency even when average CPU and P50 latency look normal.
Gabriel Anhaia
This article explains why Go services in Kubernetes can waste CPU when GOMAXPROCS does not match pod CPU limits.
It covers automaxprocs, Go 1.25 behavior, stale env vars, and throttling checks.
Ramya vani Rayala
This article explains why Java pods can be OOMKilled when JVM heap settings ignore off-heap memory and shows how to align JVM flags with Kubernetes limits.