list the history of a deployment using: kubectl rollout history deployment [deployment name] | then run: kubectl rollout undo deployment [deployment name] --to-revision [number]

🎲 Try a Random Question  |  Total Questions in Quiz: 127  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Certified Kubernetes Administrator — practice the complete quiz, review flashcards, or try a random question.


1. list the history of a deployment using: kubectl rollout history deployment [deployment name] | then run: kubectl rollout undo deployment [deployment name] --to-revision [number]