skip to content
Alvin Lucillo

Pod killed due to out of memory

/ 1 min read

When your pod goes CrashBackLoop, and you see Killed in the logs, probably you missed OOMKilled status, but Killed is printed by Linux when a process gets SIGKILL. To fix that, revisit the resources you allocate to your deployment.