Transit ops must confirm a schedule API Deployment finished updating before announcing the new version. Which kubectl workflow best observes that progress?
Select an answer to reveal the explanation.
Short Explanation
Before you cut the ribbon on a new bridge, you check that the last beam is in place. rollout status watches the Deployment until the new revision is ready—history helps if you need to see which revision landed.
Full Explanation
kubectl rollout status reports whether a Deployment's rollout has completed successfully, and rollout history lists revisions for audit or undo. Editing host files, deleting etcd snapshots, or changing Service types do not provide Deployment rollout observation.