kubectl get pods shows ErrImagePull

Reason This is because it can’t download the docker image defined in your pod definition file. By default it downloads required images from DockerHub. Way 1 So after creating your my-first-image:3.0.0 image you have to publish it at DockerHub. For that create an account at DockerHub and login from terminal using login command After successful login, rebuild your docker image … Read more