## Certified Kubernetes Administrator (CKA)
Deploy a pod called web-1985 using the nginx:alpine image
`kubectl run web-1985 --image=nginx:alpine --restart=Never`