7 — Leader Election
Purpose
[stub: leader-election]
Metadata
| Author | Amit Singh |
| Scope | sre |
Local graph
Related notes
1 — CAP Theorem
Why every distributed system is already choosing between consistency and availability during a partition, whether or not the team ever wrote that choice down.
10 — Distributed Caching
Cache invalidation, consistency, and the thundering-herd failure mode that turns a cache miss into a cascading origin outage.
11 — Service Discovery
How a service finds a healthy instance of its dependency at runtime, and what happens to that discovery layer's own reliability under churn.
12 — API Gateways
Centralizing auth, rate limiting, and routing at the edge — and the single point of blast radius that centralization creates in exchange.