Official Helm charts for deploying Kamu components in Kubernetes.
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 kamu https://kamu-data.github.io/helm-charts
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 kamu
to see the charts.
To install, for example, the kamu-api-server
chart:
helm install my-kamu-api-server kamu/kamu-api-server
To uninstall the chart:
helm delete my-kamu-api-server
The source code of all Kamu Helm charts can be found on Github: https://github.com/kamu-data/helm-charts/
We'd love to have you contribute! Please refer to our developer documentation for details.
Apache 2.0 License.