This section contains instructions for how to set up and configure the Dagster Cloud Agent in different execution environments.
Currently, there are four available agents:
- The local agent, which launches user code in operating system subprocesses.
- The Kubernetes agent, which launches user code in Kubernetes Jobs and Services.
- The ECS agent, which launches user code in ECS Tasks.
- The Docker agent, which launches user code in Docker containers.