Problem
Monolithic deployment: single failure (bad deploy, AZ outage, bug) takes down entire system. Blast radius = 100%.
Also known as: cell-architecture, failure-domain, availability-zone
Partition system into independent cells (tenants, regions, shards) so failure in one cell doesn't affect others.
Monolithic deployment: single failure (bad deploy, AZ outage, bug) takes down entire system. Blast radius = 100%.
High — redundant infra per cell
High — cell lifecycle, migrations, monitoring
High — cell routing, data placement, failure domains
Control plane down → can't route, can't deploy
Cell imbalance: some cells overloaded, others empty
Cross-cell dependency: cascade failure
Schema migration: partial rollout, version skew