You've already forked devops-exercises
96 B
96 B
Pods 01 - Solution
kubectl run nginx --image=nginx --restart=Never
kubectl get pods
kubectl run nginx --image=nginx --restart=Never
kubectl get pods