Lifecycle Diagram

pod_lifecycle

Common Errors

  • ErrImagePull—the container image could not be retrieved from the registry (perhaps incorrect tag?)
  • ImagePullBackOff—unable to pull the image from the registry. Kubernetes will continue to try, with exponential back-off delay. Most likely incorrect credentials for the registry.
  • CrashLoopBackOff—unable to start Pod; repeatedly crashing. Kubernetes will continue to try, with exponential back-off delay.

Graph View