Files
container.training/k8s/just-a-pod.yaml
2019-09-13 16:49:47 -04:00

11 lines
124 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: hello
namespace: default
spec:
containers:
- name: hello
image: nginx