Issue with my first task on Kubernetes

I have created a correct yaml file for nginx pod deployment

apiVersion: v1
kind: Pod
metadata:
name: pod-nginx
labels:
app: nginx_app
spec:
containers:

  • name: nginx-container
    image: nginx:latest

And got the error “ImagePullBackOff” and “ErrImagePull”

Could someone help me with this ?

This is probably related to problems we’ve been having accessing DockerHub over the last couple of weeks. We’ve fixed a lot of the affected labs, but KK Eng labs are still affected. We’re working on this in the current week.

Hi @kchannekar,

Apologies for the inconvenience caused. The team has fixed this issue. Please check and share the feedback.

Regards,