Helm Charts for Kubernetes.
There are many way to setup a Kubernetes cluster:
To install Helm, refer to the Helm install guide and ensure that the helm binary is in the PATH of your shell.
The following command allows you to download and install all the charts from this repository:
$ helm repo add duyet https://duyet.github.io/charts
Useful Helm Client Commands:
helm search repohelm install my-release duyet/<package-name>helm upgradeMIT