Wait for or inspect deployment rollout progress.
Section: Pods and Workloads
Check rollout status
bash
bash
kubectl rollout status deployment/<name> -n <namespace>Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Pods and Workloads
Describe a deployment
Inspect replica counts, rollout conditions, and selector details.
List ReplicaSets
See which ReplicaSet a rollout created and whether scaling succeeded.
List pods across all namespaces
Find failing pods anywhere in the cluster.