A Deployment rollout on GKE introduced a crash-looping version. Fastest rollback? | Google Associate Cloud Engineer Quiz - LeetQuiz
Google Associate Cloud Engineer
Explanation:
kubectl rollout undo quickly reverts the Deployment to the previous revision by updating the ReplicaSet. Deleting and reapplying is slower, draining nodes affects scheduling, etcd backup is disaster recovery.
Get started today
Ultimate access to all questions.
A Deployment rollout on GKE introduced a crash-looping version. Fastest rollback?