Skip to content

Symptoms

  • Pod auth-service-8c4f7d6b2-qp5r3 in namespace prod is in CrashLoopBackOff.
  • kubectl logs auth-service-8c4f7d6b2-qp5r3 returns empty output -- no log lines at all.
  • kubectl logs --previous also returns empty output.
  • The pod has restarted 47 times in the last 2 hours.
  • Container state shows lastState.terminated.exitCode: 127.
  • The deployment was updated 2 hours ago with a new image tag.
  • Other pods in the namespace are running normally.
  • The container image was built from a new multi-stage Dockerfile.