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 Cloud Agent Helm chart, use the following command:
helm repo add dagster-cloud https://dagster-io.github.io/helm-user-cloud
We can check the most recent version of the Dagster chart in our chart repository by searching through it:
helm search repo dagster-cloud
To use new releases of the Dagster Cloud Agent Helm chart, we'll need to update our chart repository cache:
helm repo update
For a introductory guide on setting up Dagster Cloud Agent using Helm, check out our documentation.