kubectl create deployment web --image=nginx --replicas=1 kubectl expose deployment web --port=80 --type=NodePort