How to deploy Redash on Multi Node Cluster #6765
Unanswered
subratshasank
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Waiting for someone to answer thsi from past 15 days :( |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @subratshasank , You can use tolerations and annotations to do this, helm chart from contrib-helm-chart repo has these options in values.yaml. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The redash deployment/architecture has many components
Postgres
redis
redash server
NGINX
Celery Workers
gunicorn
we would like to break them up into two independent services, Postgres , redash server , celery executor on one node and Celery worker on another node
Beta Was this translation helpful? Give feedback.
All reactions