99c4e02ecf
Name it instead "topics" so it won't be strange if some topics included "exercises" directory.
7 lines
96 B
Markdown
7 lines
96 B
Markdown
## Pods 01 - Solution
|
|
|
|
```
|
|
kubectl run nginx --image=nginx --restart=Never
|
|
kubectl get pods
|
|
```
|