You have a Deployment with 3 replicas. You run 'kubectl rollout pause deployment/app'. Which command would you use to resume the rollout?
Correct command to resume a paused rollout.
Why this answer
The 'kubectl rollout resume' command resumes a paused rollout, allowing the update to continue.