Deployments
kubectl apply -f https://k8s.io/examples/controllers/nginx-deployment.yamlkubectl get deployments1. To see the Deployment rollout status, run `kubectl rollout status deployment/nginx-deployment`.```bash
kubectl rollout status deployment/nginx-deployment
```
The output is similar to:
```
Waiting for rollout to finish: 2 out of 3 new replicas have been updated...
deployment "nginx-deployment" successfully rolled out
```
1. Run the `kubectl get deployments` again a few seconds later. Last updated