Helm charts provided by Allegro AI, ready to launch on Kubernetes using Kubernetes Helm.
For setting up Kubernetes on various platforms refer to the Kubernetes getting started guide.
Helm is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources.
To install Helm, refer to the Helm install guide and ensure that the helm binary is in the PATH of your shell.
helm
PATH
$ helm repo add allegroai https://allegroai.github.io/clearml-helm-charts $ helm repo update $ helm search repo allegroai $ helm install <release-name> allegroai/<chart>