11 — Redundancy Patterns
Purpose
[stub: redundancy-patterns]
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.
10 — Failure Domains
Drawing the boundary around 'what breaks together' — AZ, region, tenant, deploy group — so a single fault has a bounded, known blast radius instead of an open-ended one.
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.