5 — Cost Optimization
Purpose
[stub: cost-optimization]
Metadata
| Author | Amit Singh |
| Scope | kubernetes |
Local graph
Related notes
3 — Backup & Restore
Backing up etcd snapshots without also capturing PV data and CRDs restores a control plane that boots but manages nothing.
2 — Disaster Recovery
Disaster recovery is defined by RTO and RPO targets negotiated before an outage, not by how fast a runbook can be executed after one.
1 — High Availability
Running three or more control-plane replicas behind a load balancer only buys availability if etcd quorum, not just the API server, survives the loss of any single node.
8 — Kubernetes Failure Modes
The most dangerous Kubernetes failures are control-plane and etcd degradations, not pod crashes, because they fail silently — the API server keeps serving stale state while nothing can actually be scheduled or reconciled.