This functionality is in beta and is subject to change. The code is provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm is set up properly, add the repository as follows:
helm repo add zerok-ai https://zerok-ai.github.io/helm-charts
You can then run helm search repo zerok-ai
to see the charts.
helm install [RELEASE_NAME] zerok-ai/zk-client
See helm install for command documentation.
helm uninstall [RELEASE_NAME]
This removes all the Kubernetes components associated with the chart and deletes the release.
See helm uninstall for command documentation.
helm upgrade [RELEASE_NAME] [CHART] --install
See helm upgrade for command documentation.
The source code of all Zerok community Helm charts can be found on Github: https://github.com/zerok-ai/helm-charts/