Kubernetes - ReplicaSets and Deployments
You want to rollback your deployment 'backend' to the previous version after a failed update. Which sequence of commands correctly checks the history and rolls back?
kubectl rollout history deployment/backend to see past versions and confirm rollback target.kubectl rollout undo deployment/backend to revert to the last successful deployment.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions