Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 96 Bytes

pods_01_solution.md

File metadata and controls

6 lines (5 loc) · 96 Bytes

Pods 01 - Solution

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