Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 222 Bytes

cka.md

File metadata and controls

7 lines (5 loc) · 222 Bytes

Certified Kubernetes Administrator (CKA)

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

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