How to Start with Helm Charts Easily
Appendix A. Quick Reference
Install Helm and verify
Download, chmod, run
helm version
Create chart and switch service type
helm create helloworld
set service.type: NodePort in values.yaml
Install and validate
helm install myhelloworld hel...
creating-your-first-helm-chart.hashnode.dev4 min read