kerberos-io / helm-charts

All Kerberos.io helm charts in a single place
3 stars 1 forks source link
chart charts helm helm-charts kubernetes machinelea scalable video video-surveillance

Helm charts

Kerberos.io ecosystem can be deployed through Helm charts. Use one of the following charts to boost the installation:

Prerequisite

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm has been set up correctly, add the repo as follows:

helm repo add kerberos https://charts.kerberos.io

If you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages. You can then run helm search repo kerberos to see the charts.

To install the kerberos chart:

helm install my-hub kerberos/hub

To uninstall the chart:

helm delete my-hub