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.
The Registry Pattern: Service Discovery for Ephemeral Nodes
A Go microservice, Kubernetes ConfigMaps, and a simple insight: when topology is known at deploy time, nodes don't need to register themselves.
Defaults That Scale: One Config File for 30+ System Types
One defaults.yaml, 30+ system types, a deep merge engine, and the gotchas we found maintaining production-ready defaults for Cosmos, Ethereum, and Solana chains.
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.