# Synopsis (most simplistic example
# kubectl run NAME --image=IMAGE_EG_FROM_DOCKER
# example
kubectl run nginx --image=nginx
kubectl get pods
# on which node does it run ?
kubectl get pods -o wide
kubectl run foo2 --image=foo
# Synopsis (most simplistic example
# kubectl run NAME --image=IMAGE_EG_FROM_DOCKER
# example
kubectl run nginx --image=nginx
kubectl get pods
# on which node does it run ?
kubectl get pods -o wide
kubectl run foo2 --image=foo