Kubernetes - Helm Package Manager
You want to deploy a Helm chart and be able to easily revert to the previous version if needed. Which Helm commands should you use in order?
helm install to deploy the initial release.helm upgrade to update the release, and helm rollback to revert if needed.helm create is for making charts, not deployment steps. It should not be in the deploy/rollback sequence.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions