7 lines
96 B
Markdown
Raw Normal View History

## Pods 01 - Solution
```
kubectl run nginx --image=nginx --restart=Never
kubectl get pods
```