e1379fb6b5
As well as two Kubernetes basic exercises.
96 B
96 B
Pods 01 - Solution
kubectl run nginx --image=nginx --restart=Never
kubectl get pods