Can I run the daemon separated from the dagit? Th...
# ask-community
i
Can I run the daemon separated from the dagit? The dagit at one POD and the Daemon on another
🤖 1
o
the helm deployment does it that way
i
Well, guess I needed a step-by-step tutorial haha
d
there's a guide to running Dagster in kubernetes here: https://docs.dagster.io/deployment/guides/kubernetes/deploying-with-helm
i
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
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
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
That looks right to me
i
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
you can have a single python module that loads multiple dagster repositories (possibly from other files or modules)
i
Would you mind to draw me an example of how the directories tree would be, please?
i
thanks!!