apiVersion: v1 kind: Pod metadata: name: same-name-but-diff-kind labels: foo: bar color: orange spec: containers: - name: nginx image: nginx:latest