See which ReplicaSet a rollout created and whether scaling succeeded.
Section: Pods and Workloads
List ReplicaSets
bash
bash
kubectl get rs -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
List pods across all namespaces
Find failing pods anywhere in the cluster.
Describe a pod
Read conditions, events, mounts, image pulls, and restarts.