Dagster Deployment Guides#

These guides are applicable to Dagster Open Source. If you're looking for Dagster Cloud, click here.

Learn how to deploy and execute Dagster with these hands-on guides.


Deploying Dagster#

Check out these guides to learn the basics of Dagster deployment, including setting up Dagster and running the Dagit server.

Using Helm? Check out the following guides to walk you through Dagster deployment:


Executing Dagster#

For more advanced job execution, you can submit to different compute substrates. These can be mixed and matched. For example, you can deploy the Dagit server on Amazon Web Services (AWS) EC2 and execute jobs on a Dask cluster.