Deployment of Kubernetes failed due to the error in image pull

284 Views Asked by At

I'm trying to deploy Docker image in Kubernetes. When I created deployments and services deployments, pods and replica set were failed showing the message bellow (in minikube).

Deployments failed

Pods failed

I tried Docker login in power shell. However that doesn't work. As I can understand it's a problem of loading file in docker cloud.

Anyone have an idea about how to resolve this....

1

There are 1 best solutions below

1
bits On

What docker images are you trying to use?

From the error message kubertest_test1_1 and kubertest_test2_1 images certainly does not exist.