Runbook

Kubernetes Pod ImagePullBackOff Incident

Back to Runbooks

Overview

A Kubernetes Pod ImagePullBackOff incident occurs when a pod in a Kubernetes cluster is unable to pull its container image. This can happen due to various reasons, such as incorrect image path or tag, or misconfigured image pulling credentials. This incident can cause the pod to fail to start and impact the availability of the application running in the pod. It requires investigation and resolution to ensure the pod can pull its container image and restart successfully.

Parameters

Debug

Check the status of the pod

Check the credentials used for pulling the container image

Check the image path and tag specified in the pod configuration

Repair

Restart the pod or the entire Kubernetes deployment to attempt to pull the image again.

Learn more

Related Runbooks

Check out these related runbooks to help you debug and resolve similar issues.