10 — Failure Domains
Purpose
[stub: failure-domains]
Metadata
| Author | Amit Singh |
| Scope | sre |
Local graph
Related notes
1 — Reliability Principles
The handful of first-principles ideas — redundancy, graceful degradation, known failure modes — that every other chapter in this Part is a specific application of.
11 — Redundancy Patterns
Active-active, active-passive, and N+1 redundancy, and the trade-off each makes between failover speed, cost, and the complexity of keeping replicas actually consistent.
12 — Graceful Degradation
Designing a system to shed non-critical functionality under stress instead of failing completely — and deciding in advance what's non-critical.
13 — Backpressure
The signal a slow consumer sends a fast producer to prevent unbounded queue growth, and why a system without backpressure fails by silently falling further behind until it doesn't.