Back to Home

Infrastructure & Scale Posts

Infrastructure & Scale

Deterministic Fallback Dataplane For Hybrid Egress In Multi-Region Clusters

The problem I ran into on a hybrid cluster I was building a hybrid (on‑prem + public cloud) environment where services needed egress (outbound netwo...

May 14, 2026Read more
Infrastructure & Scale

Ci/Cd Pipelines For Deterministic Dockerfile Rebuilds Using Buildkit Cache Keys

The problem I tripped over: “Same Dockerfile, different image” I was running a CI/CD pipeline where every PR kicked off a Docker build, then pushed a...

May 13, 2026Read more
Infrastructure & Scale

Building A Deterministic Multi Cloud Webhook Router With Cloud Run And Aws Lambda

The problem I ran into I built a hybrid webhook pipeline that had to accept payment events from two different SaaS vendors, then forward them to int...

May 6, 2026Read more
Infrastructure & Scale

Multi Cloud S3 Compatible Etl With Sigv4 Proxy And Deterministic Manifest Hashing

The weird problem I ran into I was building an ETL pipeline that reads objects from one provider (S3-compatible storage) and writes into another—acr...

Apr 8, 2026Read more
Infrastructure & Scale

A Deterministic Ci/Cd Gate For Aws Codebuild That Blocks “Heisenbugs” Via Content-Addressed Docker Layers

The problem I ran into: “green” builds that later explode I recently helped wire a CI/CD pipeline for a distributed cloud platform, and everything lo...

Apr 3, 2026Read more
Infrastructure & Scale

Deterministic Ephemeral Review Apps By Git Commit Digest In Kubernetes

The problem I ran into: “same PR” but different infrastructure drift I was building a platform engineering workflow for ephemeral review apps (short...

Apr 3, 2026Read more
Infrastructure & Scale

Hardening A Github Actions Oidc Token Refresh Pipeline For Kubernetes With Ttl=0

I ran into a weird CI/CD failure that looked like an “auth problem,” but it wasn’t. The symptoms were consistent: GitHub Actions would authenticate to...

Apr 3, 2026Read more