Blog
Filter by tags, search across posts, and settle into long-form reading.
Init Containers and Sidecars for Distributed State: Genesis Generation at Scale
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.
Kubernetes From the Inside Out: What's Actually Happening When You kubectl
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.
Automating Cross-Repo Integration Testing with GitHub Actions
Three GitHub Actions workflows form a state machine that continuously tests candidate repo combinations and advances the known-good stack pointer when E2E passes.
134 Packages, 3 Monorepos, Zero Guarantees
Three monorepos, 134+ packages, each with green CI. Staging still breaks. The fix: a dedicated integration hub repo with a known-good stack pointer.