Hi everyone, We're running Dagster on K8s with `da...
# deployment-kubernetes
r
Hi everyone, We're running Dagster on K8s with
dagster-celery
workers. We also separated Dagster into
dagster-daemon
,
dagit
and
dagster api grpc
, as microservices. We'd like to know what can be replicated safely (except for the workers of course) to increase system stability and performance. Thanks.
1
d
Hey Roel, this part of the docs goes through the different components and which of them currently support replicas: https://docs.dagster.io/deployment/overview#long-running-services
1
r
Thanks, Daniel!