https://dagster.io/ logo
#dagster-support
Title
# dagster-support
i

Ismael Rodrigues

09/05/2022, 1:04 AM
Can I run the daemon separated from the dagit? The dagit at one POD and the Daemon on another
🤖 1
o

Oliver

09/05/2022, 4:11 AM
the helm deployment does it that way
i

Ismael Rodrigues

09/05/2022, 12:36 PM
Well, guess I needed a step-by-step tutorial haha
d

daniel

09/05/2022, 6:35 PM
there's a guide to running Dagster in kubernetes here: https://docs.dagster.io/deployment/guides/kubernetes/deploying-with-helm
i

Ismael Rodrigues

09/09/2022, 2:12 PM
So, for now, the 1.0.8 release fixed that issue
I restarted my deploy yesterday close do midnight and the 1.0.8 was running. Until now, the daemon problem didn't happen again
d

daniel

09/09/2022, 2:37 PM
If the release yesterday fixed your problem, my best guess is that it was fixed by this grpcio pin: https://docs.dagster.io/changelog#bugfixes
❤️ 1
there were some issues with the 0.48.1 grpcio release: https://github.com/grpc/grpc/issues/30843
❤️ 1
i

Ismael Rodrigues

09/09/2022, 2:40 PM
Wow, but anyway. Thanks for all the support. I'm glad that everything went well and I'm still working to deploy them separately.
@daniel how do I deploy q gRPC dagster code from a Python module? dagster api grpc -h 0.0.0.0 -p 8080 -m my_package?
d

daniel

09/09/2022, 6:29 PM
That looks right to me
i

Ismael Rodrigues

09/09/2022, 6:33 PM
is there a way I can use multiples repositories on a single dagster code deploy?
I would like to use about five repos on a single deploy of this gRCP api with just code
d

daniel

09/09/2022, 6:34 PM
you can have a single python module that loads multiple dagster repositories (possibly from other files or modules)
i

Ismael Rodrigues

09/09/2022, 6:35 PM
Would you mind to draw me an example of how the directories tree would be, please?
i

Ismael Rodrigues

09/09/2022, 6:36 PM
thanks!!
2 Views