DEV Community

Rahul Wagh
Rahul Wagh

Posted on

How to use "helm --debug --dry-run" command to validate and verify kubernetes resources

"helm install --debug --dry-run" command is very useful when you want to validate and verify your Kubernetes resources by contacting to Kubernetes API server. On successful completion of "helm install --debug --dry-run" it will show you the YAMLs of the Kubernetes resources which you are planning to deploy

Here are the main key areas which we will target in this session on "How to use helm install --debug --dry-run?"

  1. How does helm debug dry run command verify and validate the k8s resource?
  2. Benefits of using helm debug dry run command?
  3. How it is different from helm template command?
  4. How to run the command inside your kubernetes cluster?

Top comments (0)