Context for High data transfer between argocd application controllers and redis #13344
Unanswered
Debraj-git
asked this question in
Q&A
Replies: 1 comment
-
I experienced a similar issue. We have an Argo CD instance in EKS and we noticed a high inter-AZ data transfer. We activated VPC flow logs and found records sending ~80MB to ArgoCD Redis instance in a single transaction. It would be interesting to understand better how Argo CD pieces communicate with each other to get a workaround. For now, we'll try to change to Redis HA to check if the issue is mitigated. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While debugging our data transfer charges we found the below services to be major contributors.
Need to understand the context of communication (what is actually communicated between them) for the below services.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions