Writing
Blog
Practical guides on cloud infrastructure, Kubernetes, Terraform, and DevOps patterns from real production environments.
December 3, 20248 min read
Kubernetes Resource Limits: The Right Way to Keep Workloads Stable
Missing or misconfigured resource requests and limits are the leading cause of noisy-neighbour problems and OOMKilled containers. Here's how to set them correctly.
KubernetesDevOpsPlatform EngineeringReliability
Read article
November 12, 20247 min read
Terraform State Management: Avoiding the Mistakes That Break Production
State drift, locking failures, and concurrent applies have taken down more than a few infrastructure teams. Here's how to design a state backend that can't bite you.
TerraformIaCDevOpsAWS
Read article