Engineering Notes
ArchitectingOut Loud
Field notes on infrastructure, shipping product, and building from zero. By Anmol.
Blog
Filter by tags, search across posts, and settle into long-form reading.
Init Containers and Sidecars for Distributed State: Genesis Generation at Scale
Feb 22, 2026
Kubernetes init containers and sidecar containers as an orchestration pattern for distributed initialization. Ordered init containers for single-pod sequencing, an exposer sidecar for cross-pod state sharing, and a coordination protocol that works without a central controller.
9 min read•
kubernetesdistributed-systemsdevops
Kubernetes From the Inside Out: What's Actually Happening When You kubectl
Feb 10, 2026
Not the hello-world tutorial. The mental model for understanding what K8s is doing under the hood, so when something breaks at 2 AM you know where to look.
7 min read•
kubernetesarchitecturedevops