--- apiVersion: v1 kind: Pod metadata: name: nginx labels: env: production tier: frontend spec: containers: - name: nginx image: nginx