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
The Registry Pattern: Service Discovery for Ephemeral Nodes
Feb 22, 2026
A Go microservice, Kubernetes ConfigMaps, and a simple insight: when topology is known at deploy time, nodes don't need to register themselves.
5 min read•
kubernetesservice-discoveryarchitecture