Topic hub

Kubernetes

Cluster architecture, operators, scheduling, networking, and running stateful workloads in production without losing sleep.

9 articles

Kubernetes operations

Kubernetes

HPA on Queue Depth, Not CPU

For queue-driven workers, CPU-based autoscaling reacts too late. Scale your Kubernetes HPA on queue depth or lag instead. Why CPU lies, and how to switch.

13 min read
Kubernetes

Readiness Probes That Don't Lie

Most Kubernetes readiness probes lie: they return 200 because the process started, not because the service can serve. How to write probes that tell the truth.

14 min read