Replies: 1 comment
-
this would be great to make sure it is in the same AZ as possible |
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
-
Hello,
I'm using this chart to deploy Argocd in an EKS cluster.
I noticed that there was a lot of traffic between the application controller and redis, which was between 2 different Availability Zones.
This spike in traffic coincides with a spike in network cost.
An idea to solve this cost was to make it so every Argocd pod was on the same node, but the chart only support podAntiAffinity.
How can I reach the solution of having all pods on the same node or Availability zone, or at least the application controller and redis (the culprits in these traffic spikes)?
Beta Was this translation helpful? Give feedback.
All reactions