https://dagster.io/ logo
Title
r

Rafael Figueiredo

12/28/2022, 1:51 AM
hi guys, I am creating a MVP from an existing pipeline to validate dagster as possible alternative airflow, step functions, I loved the tool, super easy to start but I am struggle to create a production environment. Is there an example where I have multiple user repositories?
d

daniel

12/28/2022, 2:23 PM
Hi Rafael - a couple of questions: where are you deploying dagster in production? And what are you planning to use multiple repositories for?
r

Rafael Figueiredo

12/28/2022, 4:01 PM
Hi Daniel, I was planning to deploy on EKS (aws kubernetes), and multiple repositories would be to allow multiple developers to add workflows independently sharing the same control plane.
d

daniel

12/28/2022, 4:02 PM
Got it - the dagster helm chart allows you to add multiple user code deployments - the "deployments" key here is a list, so having multiple independent deployments is as easy as adding additional elements to the list here: https://github.com/dagster-io/dagster/blob/master/helm/dagster/values.yaml#L253-L278
r

Rafael Figueiredo

12/28/2022, 4:07 PM
thanks Daniel, I really appreciate your help
:condagster: 1