Erro Task 1 of Kubernetes Level 1

Hi,

I’M the task correctly in task 1 of Kubernetes Leve 1. But the result show a different configuration.

I’m assuming that this is the “Deploy Pods in Kubernetes Cluster” task. If so, you’ll need to:

  1. create the pod from YAML (say, by using --dry-run=client -o yaml to get a template for it).
  2. Edit the label for the pod.
  3. Edit the container name for the nginx:latest container.
  4. Apply the YAML.

This works.

Its work, thank you!