Understanding Helm Chart Installation and Management
Understanding What's Installed and How
To get more visibility into what Helm is installing or will install, you can use the helm get manifest command. The general syntax is:
helm get manifest [RELEASE_NAME] [flags]
For example, to see the manifest of our my-wordpress release, run the following command:
helm get manifest my-wordpress
The output will be a long YAML document containing all the Kubernetes resources generated by the release. To filter the output and see only the created resources from Helm's perspective, use:
helm get manifest my-wordpress | grep '^kind:'
To show exactly which Helm templates were used to create the resources, run:
Helm in Practice
Designing, Deploying, and Operating Kubernetes Applications at ScaleEnroll now to unlock current content and receive all future updates for free. Your purchase supports the author and fuels the creation of more exciting content. Act fast, as the price will rise as the course nears completion!
Hurry! This limited time offer ends in:
To redeem this offer, copy the coupon code below and apply it at checkout:
