The Auth Template That Trusted Its Caller: AccessKeyID Injection in EKS
✓ Human-authored analysis; AI used for formatting and proofreading. When a user's kubectl command...
Tag archive
✓ Human-authored analysis; AI used for formatting and proofreading. When a user's kubectl command...
✓ Human-authored analysis; AI used for formatting and proofreading. A Kubernetes admission webhook...

My Kubernetes application moved from my home server to Amazon EKS without an application code...

Deep-dive of whether t3.medium x 2 is actually enough for this app's pods, why a ContainerCreating pod isn't a resource problem, and how to get alarmed before pods start getting OOM killed instead of after.

Running the Terraform setup for real, getting a public URL with no domain purchase, and tearing it all down without leaving anything billing in the background.

Every .tf file in the project, explained block by block: modules, implicit dependencies via output references, and how the diagram from part 2 ties back to actual lines of code.

Setting up a safe non-root AWS identity, and a guided tour of the voting app's architecture diagram before reading a single line of Terraform.
A practical guide to running Amazon EKS in production — covering security hardening, Karpenter for compute, cost optimization with Spot and Graviton, networking, secrets, upgrades, and the day-2 operations that separate demos from production.

Designing a payment translation service from requirements to deployment. 1. What I'm...
ADR analysis of the 40x HPA sync concurrency increase in EKS Provisioned Control Plane: trade-offs, operational consequences, and architectural decision for
Originally published in AWSBuilder The hardest problem in AI-driven operations is not getting an...

Running an LLM in Kubernetes is not the difficult part. The difficult part is knowing when one...