3 — Backup & Restore
Purpose
[stub: backup-and-restore]
Metadata
| Author | Amit Singh |
| Scope | kubernetes |
Local graph
Related notes
5 — Cost Optimization
Most Kubernetes clusters waste money on the requested-vs-used gap, not on compute price: pods routinely request two to three times what they actually consume, so right-sizing requests beats chasing spot-instance discounts.
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.