Deployment · Diagram Design
Edge caching absorbs the reads, three ingress-fronted API pods handle the writes, and a single Postgres primary streams WAL to a standby in the data zone.
THE HEADLINE
Every write lands on `rds-primary`. The standby streams WAL continuously but isn't hot — a primary failure is the one scenario this topology hasn't automated away yet.
Cloudflare's edge cache serves cached responses directly; only cache misses and writes reach the ingress zone.