Stuck at task 1 - Create Pods in Kubernetes Cluster

→ Create a pod named pod-nginx using nginx image with latest tag only and remember to mention the tag i.e nginx:latest.
→ Labels app should be set to nginx_app, also container should be named as nginx-container.

Not able to understand why I am getting these errors.

Thanks in advance

Hi @captinsoap05,

Please check the label. It should be nginx_app, not nginx-app.

1 Like

Thanks for spotting out my silly mistake. :sweat_smile: