We're exploring Dagster Cloud as a replacement of ...
# dagster-plus
r
We're exploring Dagster Cloud as a replacement of Airflow. We have 2 airflow instances running, one on an Azure VM and the other on a local VM. The local VM is needed because of networking constraints (need to access local resources and have traffic come from our internal network). We would prefer to not manage any infrastructure, just manage the code. What are our options for Dagster Cloud?
It seems like we'd want to use Serverless and Hybrid (serverless for most stuff, Hybrid for code that needs local resources). Are there options for this?
p
I think for now, to support both Serverless and Hybrid, you might be better off creating two separate orgs on Dagster Cloud organizations, one using the Hybrid architecture and one using the Serverless architecture.