0x55aa
← Back to Blog

#"infrastructure"

7 articles tagged with ""infrastructure""

"devops""kubernetes""docker"
5 min read

Kubernetes Resource Limits: Stop Letting Your Pods Eat All the RAM 🚀💀

Your pod keeps getting OOMKilled at 3am and you have no idea why? After getting paged one too many times, I learned that setting proper CPU and memory limits is the difference between a stable cluster and a production dumpster fire.

Mar 21, 2026
"devops""docker""deployment"
7 min read

🐳 Docker Compose in Production: The Controversial Setup That Actually Saves Small Teams

Everyone says 'don't use docker-compose in production, use Kubernetes.' After running it in prod for 3 years without incident, I'd like to respectfully disagree — for the right use case.

Mar 20, 2026
"kubernetes""devops""docker"
5 min read

Kubernetes Resource Limits: Stop Letting One Pod Crash Your Entire Cluster

That one microservice eating all your CPU? Yeah, it's taking down everything else too. Here's how Kubernetes resource limits save your cluster from itself.

Mar 15, 2026
"devops""kubernetes""scaling"
9 min read

Kubernetes HPA: Stop Manually Scaling Your Pods (Let the Robot Do It) 🤖📈

Still SSHing into your cluster at 2 AM to scale up pods during traffic spikes? After getting paged one too many times, I set up Kubernetes Horizontal Pod Autoscaling — and now my cluster handles Black Friday traffic while I sleep like a baby.

Mar 04, 2026
"devops""deployment""infrastructure"
10 min read

Terraform: Stop Clicking Around the AWS Console Before You Delete Production 🏗️

I once rebuilt an entire production environment from scratch because a teammate 'just clicked a few things' in the AWS console. That was the day I became a Terraform evangelist. Here's what I wish someone had told me on day one.

Mar 01, 2026
"architecture""scalability""system-design"
17 min read

Horizontal vs Vertical Scaling: Stop Buying Bigger Servers When You Need More Servers 🏗️📈

Our API was drowning. My first instinct? Upgrade to a bigger server! Turns out I was solving the wrong problem. After 7 years architecting production systems, here's when to scale UP and when to scale OUT!

Feb 16, 2026
"architecture""scalability""system-design"
17 min read

Load Balancing: Stop Overloading One Server While Others Sip Coffee ☕⚖️

Your app has 5 servers but only one is actually working. After 7 years architecting production systems, here's how I learned that load balancing isn't just 'distributing traffic' - it's the difference between smooth scaling and catastrophic failure!

Feb 04, 2026