devops-exercises/exercises/kubernetes/solutions/pods_01_solution.md
abregman e1379fb6b5 Add system design notebook image
As well as two Kubernetes basic exercises.
2021-07-12 04:26:03 +03:00

96 B

Pods 01 - Solution

kubectl run nginx --image=nginx --restart=Never
kubectl get pods