kubectl create deploy nginx --image nginx --replicas=2 kubectl expose deploy nginx --port 80 --name=nginx