Replies: 1 comment 1 reply
-
It does, but it does not work the way most people would suppose. For both security and scalability reasons, we opted not to have Kargo controllers interact with multiple Argo CD control planes. Instead, Kargo controllers should be distributed side-by-side with Argo CD control planes. Each will take to one Argo CD control plane and also "phone home" to a common Kargo control plane. @fykaa will be working on documenting this. |
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
-
I’m exploring the use of Kargo to manage stage promotions of Argo CD applications across our environments. In our setup, we have separate Argo CD instances deployed on each cluster for dev, UAT, and prod environments. Each Argo CD instance is isolated and manages deployments within its respective cluster.
Given that Kargo is designed to interact with Argo CD for streamlining application promotions, I wanted to ask:
Any insights or recommendations on how to achieve stage management in this context using Kargo would be greatly appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions