Skip to content

Infrastructure

Cloud topology, deployment layouts, capacity planning. Regions pull their weight here — public vs private zones, regional failover bands, blast-radius boundaries.

Three-tier web architecture

The classic front / app / data split. Two strongly-coloured regions call out the public and private trust boundaries; a note marks the SLA target for the API tier.

Load-balanced backend with read replica

LB fans out across two app instances; writes land on the primary, reads flow from a replica. Three tinted regions make the tiers legible at a glance.

CDN + origin + cache

Cold and warm cache split across two frames. Hover and flip between them: frame 1 is a cold cache — the miss fans out to origin and fills; frame 2 is a warm cache serving the cached reply directly.

Frame 1 / 1–2
frame-gallery-cdn (SVG, frame 1)

Active / passive multi-region

Two regions hold the same stack. DNS routes all traffic to the active region until a health check trips. Regions make the "everything east" vs "everything west" split obvious.

Edit this pageLast updated: