kubernetes88% confidence\u2191 29

ImagePullBackOff

Full error message
Warning  Failed: Failed to pull image "myapp:latest": rpc error: code = Unknown
Solution

Kubelet can't pull the container image. 1. Confirm image:tag exists: `docker pull <image>:<tag>` from a dev machine. 2. Private registry: create a docker-registry secret and reference it in `imagePullSecrets`. 3. Check network policy on the node — can it reach the registry? 4. `kubectl describe pod <name>` — look at Events for the exact auth/network error.

API access

Get this solution programmatically \u2014 free, no authentication.

curl https://depscope.dev/api/error/3b45ded5af403db38bd1312482641e9c81c6310417cb32ceacca700efcb85efa
hash \u00b7 3b45ded5af403db38bd1312482641e9c81c6310417cb32ceacca700efcb85efa
ImagePullBackOff — DepScope fix | DepScope