Does ArgoCD support Redis in Cluster mode? #20729
Unanswered
ramanNarasimhan77
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I found an open PR for this #14001 |
Beta Was this translation helpful? Give feedback.
0 replies
-
What do you want to use that external Redis for? If for the same things as ArgoCD uses Redis, I'd just try HA mode. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My organization has an inhouse Redis chart, and it deploys Redis in Cluster Mode.
Looking at https://github.com/argoproj/argo-cd/blob/master/util/cache/cache.go#L132, it seems that only Standalone/Sentinel mode is supported.
How can I get Argo-CD to work with an external Redis which is deployed in Cluster Mode?
Also, would using Universal client https://redis.uptrace.dev/guide/universal.html in Argo-CD be better so that it is agnostic to how redis is deployed (standalone or using a proxy, Sentinel, or cluster)?
Beta Was this translation helpful? Give feedback.
All reactions