apiVersion: v1 kind: Pod metadata: name: simple-pod spec: containers: - name: nginx-container image: nginx:latest ports: - containerPort: 80