Does Dagster+ support Serverless and Hybrid agents simultaneously?
Last updated: October 21, 2025
A single Dagster+ organization supports multiple deployments. Each deployment may be either Serverless or Hybrid. Connecting a Hybrid agent to a Serverless deployment is not supported, nor is connecting a Serverless agent to a Hybrid deployment. Because the agent type is determined at the deployment-level, it's not possible to have code locations with different agent types within a single deployment.
Hybrid deployments may have multiple agents, and these agents may be of different types. For example, a single Hybrid deployment may have Kubernetes, ECS, and Docker agents all connected simultaneously. Serverless deployments only support a single agent.