apiVersion: v1 kind: Pod metadata: name: nginx annotations: {} spec: containers: - name: nginx image: nginx:1.14.2 ports: - containerPort: 80 resources: {}