Kubernetes - ReplicaSets and Deployments
What does the command
kubectl rollout history deployment/myapp show in Kubernetes?kubectl rollout history deployment/myapp show in Kubernetes?kubectl rollout history is used to view the revision history of a deployment.deployment/myapp shows all past revisions and changes made to that deployment.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions