This project contains a collection of helm charts related to the running of Deep on a kubernetes cluster.
Prerequisites:
- Helm
- Kubernetes
Once helm is installed and configured, add the repo as follows:
helm repo add deep https://intergral.github.io/deep-helm/
You can then run helm search repo deep
to see the charts.
There are multiple charts in this repo, each is documented below:
- deep - A Helm chart for running deep as a monolith
- deep-distributed - A helm chart for deploying Deep in distributed mode.