2026-05-12 10 min
Terraform Module Patterns for Production EKS
How I structure Terraform code to provision EKS clusters that survive contact with real workloads — module boundaries, variable design, remote state, and the patterns I have stopped using.
2026-04-30 11 min
GitOps with ArgoCD: A Mono-Repo Layout for Helm-Based Microservices
How to structure a single infrastructure repository so ArgoCD can deploy 30+ microservices across dev, stage, and prod without copy-pasted YAML or hand-rolled deploy scripts.
2026-04-18 8 min
Production Kubernetes Checklist: Resource Limits, RBAC, and Observability
The Kubernetes defaults are tuned for getting started, not for production. Here is the short list of things I check before a cluster sees real traffic.
2026-03-22 6 min
DevOps in 2026: From Buzzword to Backbone
DevOps as a discipline has stopped being controversial and started being expected. Here is what the practice actually looks like now versus the marketing version.