You've already forked devops-exercises
Rename exercises dir
Name it instead "topics" so it won't be strange if some topics included "exercises" directory.
This commit is contained in:
6
topics/kubernetes/solutions/pods_01_solution.md
Normal file
6
topics/kubernetes/solutions/pods_01_solution.md
Normal file
@@ -0,0 +1,6 @@
|
||||
## Pods 01 - Solution
|
||||
|
||||
```
|
||||
kubectl run nginx --image=nginx --restart=Never
|
||||
kubectl get pods
|
||||
```
|
||||
Reference in New Issue
Block a user