New deployment is going into ImagePullBackOff New deployment is going into ImagePullBackOff kubernetes kubernetes

New deployment is going into ImagePullBackOff


It means either you are trying to pull a image from a private repo or you don't have connectivity to outside. You can test this, but running command kubectl run <pod_name> --image=nginx. If this works then it means you are trying to pull a image from a repo which requires auth.