certificates/ckad.md
kubectl run web-1985 --image=nginx:alpine --restart=Never
</b></details>
kubectl get po -o wide
</b></details>
kubectl get ns </b></details>
<details> <summary>List all the pods in the namespace 'neverland'</code></summary> <b>kubectl get po -n neverland </b></details>
<details> <summary>List all the pods in all the namespaces</code></summary> <b>kubectl get po --all-namespaces </b></details>