Replies: 2 comments
-
I guess some of the 500k applications are the same just deployed multiple times, for example deploying ExternalSecrets to every cluster. How many different applications are we talking about? Using "divide and conquer" technique you could look at:
There is no simple answer for your setup... For example, if you are adding/removing 100 clusters every day that have a much higher impact upon you architecture than the number of clusters and applications. |
Beta Was this translation helpful? Give feedback.
-
A lot of my ideas regarding this are reflected in this blog - https://akuity.io/blog/argo-cd-architectures-explained/ You are balancing and shifting the complexity to different levels. Connectivity, resilience, and manageability play huge roles in balance.
|
Beta Was this translation helpful? Give feedback.
-
We are managing about 500k applications which spread over 10k K8s cluster.
We are exploring a few approaches:
Do you have any recommendation on the best-practice approach using ArgoCD for this task? Any other thought how to tackle this with ArgoCD?
Beta Was this translation helpful? Give feedback.
All reactions