helm

Dagster Kubernetes Helm Charts

Artifact HUB

Usage

We use Helm to manage our Kubernetes application in a configurable, replicable, and sharable way. Helm can be installed by following the Helm installation guide.

To download and install the Dagster charts, use the following command:

helm repo add dagster https://dagster-io.github.io/helm

We can check the most recent version of the Dagster chart in our chart repository by searching through it:

helm search repo dagster

To use new releases of the Dagster Helm chart, we’ll need to update our chart repository cache:

helm repo update

Tutorial

For a introductory guide on using Dagster on Helm, check out our documentation.

Contributing

The source code for all the Dagster Helm charts can be found on Github.

For details on contributing, check out our contributing guide, as well as the contributing section in our Helm chart.