Back to Home

Infrastructure & Scale Posts

Infrastructure & Scale

Ci/Cd Pipelines With Github Actions Oidc To Sign Docker Manifests Using Cosign Keyless In A Multi-Cluster Fleet

The problem I kept tripping over: “image built” wasn’t the same as “image provably signed” In one of my platform-engineering projects, I had a CI/CD ...

Aug 2, 2026Read more
Infrastructure & Scale

Step Functions With Sqs Idempotency And Dynamodb Ttl For At Most Once Event Processing

I built a small serverless “ingestion” pipeline that looked simple on paper: SQS messages fan out into a Step Functions workflow, the workflow calls d...

Jul 27, 2026Read more
Infrastructure & Scale

Serverless Architecture For Dynamodb Ttl Tombstone Drift In Step Functions

I ran into a weird “ghost data” issue while building a serverless workflow on AWS: items in DynamoDB were supposed to disappear automatically using TT...

Jul 24, 2026Read more
Infrastructure & Scale

Reproducible Platform Dev Environments With Nix Flakes And Github Runner Cache Keys

The problem I ran into I built a “standard” dev environment for a team: same language runtimes, same system packages, same tooling versions. Locally...

Jun 30, 2026Read more
Infrastructure & Scale

Ci Cd Pipeline For Deterministic Docker Sboms With In Pipeline Cosign Rekeying

The problem I ran into: “My images are identical, but the SBOMs keep changing” I was helping wire up a CI/CD pipeline for a hybrid setup where develo...

Jun 1, 2026Read more
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