70 %
Chris Biscardi

Path to CKA and CKAD

Questions and exercises

K8s docs

sh
kubectl explain <resource>.<key>
sh
kubectl run nginx --image=nginx --restart=Never --dry-run -o yaml > nginx-pod.yaml