Incident Management — The process of detecting, responding to, and resolving incidents.
Lifecycle:
SEV levels:
Runbook — instructions for typical incidents:
1## Pod CrashLoopBackOff21. `kubectl logs <pod> --previous`32. `kubectl describe pod <pod>` (check OOM)43. If OOM — increase limits.memory
Post-Mortem (blameless):
MTTD, MTTR: MTTD < 5 min, MTTR < 30 min for SEV1.