apiVersion: v1
kind: Pod
metadata:
name: posts
spec:
containers:
- name: posts
image: stephengrider/posts
kubectl apply -f posts.yaml
kubectl get pods
kubectl delete pod posts
kubectl describe pod posts
Published at:
apiVersion: v1
kind: Pod
metadata:
name: posts
spec:
containers:
- name: posts
image: stephengrider/posts
kubectl apply -f posts.yaml
kubectl get pods
kubectl delete pod posts
kubectl describe pod posts