Pod killed due to out of memory 30 September 2025 / 1 min readk8s, linux 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.