KubePodCrashLooping # Meaning # Pod is in CrashLoop which means the app dies or is unresponsive and kubernetes tries to restart it automatically. Impact # Service degradation or unavailability. Inability to do rolling upgrades. Certain apps will not perform required tasks such as data migrations. Diagnosis # Check template via kubectl -n $NAMESPACE get pod $POD. Check pod events via kubectl -n $NAMESPACE describe pod $POD.