Loading...
Playbook
Diagnose and resolve Out-Of-Memory (OOM) kills in Kubernetes.
Find OOMKilled Pods
kubectl get pods -A | grep -i OOMKilledCheck Node OOM Events
journalctl -k | grep -i "out of memory"Get Pod Resource Usage vs Limits
kubectl top pod <pod-name> --containers