Skip to main content

Helm

For k8s deployments, CEEMS can be installed using Helm. The charts are available at Helm repository.

The helm repository can be added using the following command:

helm repo add ceems-dev https://ceems-dev.github.io/helm-charts

Once the repository has been successfully added, it can be installed using:

helm install -n ceems --create-namespace ceems ceems-dev/kube-ceems

This will create a new namespace ceems and install all the CEEMS components along with Prometheus and Grafana.

More instructions on how to use chart values can be found in the chart's README