💻 Tech
To generate k8s definition out of helm chart, you can use the helm template
command like so:
helm template elastic/logstash
This generates the manifest file needed to create k8s resources which is helpful if you want to modify the templates for your own needs.