Create a pod with image nginx called nginx and expose traffic on port 80 - Casey-lab-95/cka GitHub Wiki kubectl run nginx --image=nginx --restart=Never --port=80