Ask AI

Deploying Dagster with your infrastructure#

This section is applicable to Dagster Open Source. If you're looking for Dagster+, click here.

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


Overview#

Get started with a look at Dagster's architecture, including a primer on deployment concepts. Learn more.


Concepts#

Learn about the concepts relevant to deploying Dagster.


Guides#

Deploying Dagster#

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

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 Dagster webserver on Amazon Web Services (AWS) EC2 and execute jobs on a Dask cluster.