Has anyone deployed dagster cloud to azure contain...
# dagster-plus
g
Has anyone deployed dagster cloud to azure container instances (https://azure.microsoft.com/en-us/products/container-instances/) sort of fargate alternative in Azure? Is there some documentation available on howto achieve this?
b
Hi Georg, I don’t think we have docs on deploying Cloud to Azure at the moment, but I’ll poll the team to see if anyone has tried doing so
You could run the Docker agent from an ACI instance, for something more complex (launching new ACI containers for jobs) you’d likely need to write some custom agent code.
From my limited knowledge you might be able to run AKS on top of ACI and use the kubernetes agent
g
yes AKS would work - but require running your own k8s