Deploy (existing) Apps with HelmPack
Last updated
Last updated
You can use , the Kubernetes package installer which manages existing to deploy ready to use kube apps and write your own charts for your own apps.
To install Helm, please refer to the and install the appropriate package for your OS and refer to .
On Mac you can install Helm client and the server component “Tiller" with:
And search for existing apps, e.g. with:
To search for an existing app, e.g. Minio, you can do:
And you can deploy for instance Minio with:
And in the Dashboard you can access the Minio Browser (under discovery and load balancing you’ll find the link).
To delete the app, you’ve to find the release name with:
Note: we recommend to refer to the and learn more about Helm and how to and more.