Process Flow - ImagePullBackOff errors
Pod starts
Kubelet tries to pull image
Image pull fails?
No→Pod runs
Yes
Set Pod status to ImagePullBackOff
Retry pulling image after delay
Success?
No→Keep ImagePullBackOff
Yes
Pod runs successfully
When a pod starts, Kubernetes tries to download its container image. If it fails, it marks the pod with ImagePullBackOff and retries until success or manual fix.