devops-exercises/certificates/cka.md
2021-04-11 23:07:25 +03:00

222 B

Certified Kubernetes Administrator (CKA)

Deploy a pod called web-1985 using the nginx:alpine image

kubectl run web-1985 --image=nginx:alpine --restart=Never