How to Audit a Production Kubernetes Cluster
What a real Kubernetes cluster audit actually checks, how findings should be prioritized, what a useful audit report looks like, and when it's...
Read more →Field notes on Kubernetes, CI/CD, and building infrastructure that doesn't page you at 3am.
What a real Kubernetes cluster audit actually checks, how findings should be prioritized, what a useful audit report looks like, and when it's...
Read more →CrashLoopBackOff is a status, not a diagnosis — here's how to systematically tell apart an application crash, an OOM kill, a failing liveness...
Read more →Having backups and being able to recover are different claims. Most teams have verified the first one and assumed the second.
Read more →Most Kubernetes monitoring setups collect metrics without knowing which ones actually predict an incident. Here's what to instrument first, and why.
Read more →Replica count alone isn't high availability. What actually keeps workloads running through node failures and deployments is PodDisruptionBudgets,...
Read more →Requests and limits control two entirely different things — scheduling and runtime enforcement. Confusing them is why clusters get OOMKilled pods,...
Read more →