Does anyone have a containerised Dagster deploymen...
# ask-community
a
Does anyone have a containerised Dagster deployment on Azure, where Dagit is available via the public web but with some restriction, like IP filtering? I have tried ACI and Container Apps, but couldn't get the IP filtering working. Any success stories / pointers very welcome. I know AKS is a possible solution but feels like a hammer to crack a nut right now.
1
For anyone else reading this, I solved it with Azure Container App, opening up Ingress with target port 3000, and then applies IP filtering to allow only the desired ranges.