Municipal SRE needs to see which Deployment revisions and images shipped last week for audit. Which kubectl view is purpose-built for that?
Select an answer to reveal the explanation.
Short Explanation
Rollout history is the shipping log—revision numbers and change cause notes so you can see what left the dock and rewind if needed. It is not the same as draining nodes or painting taints.
Full Explanation
kubectl rollout history displays Deployment revision records retained per revisionHistoryLimit, supporting audits and kubectl rollout undo to a specific revision. ComponentStatus, drain, and taint operations address cluster components or scheduling, not Deployment image revision lists.