222 B
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
kubectl run web-1985 --image=nginx:alpine --restart=Never