Use Flux to implement multi-cluster helm application distribution #2800
-
Hello, everyone. I'm working on Karmada, a CNCF multi-cluster project. Now Karmada has implemented the distribution of Kubernetes native resources. At the same time, users hope to use Karmada to achieve multi-cluster distribution of helm applications and unified management. We found that with Flux, Karmada can easily implement multi-cluster management of helm applications.
Then, we can find that helmrelease is created in member1 and member2 cluster.
Moreover, With Karmada's OverridePolicy, it's very convenient to specify your helm release in specific clusters.
I wonder if Flux community has the same concern or has a plan to support multi-cluster environment. I'd love to share the pratice at community meetings,and contribute ‘Karmada + Flux’ document to the community. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I've seen the Karmada+Flux doc was added to the Flux docs some time ago already: https://fluxcd.io/docs/use-cases/karmada/ Thanks for the contribution! I think I can mark this as answered 👍 |
Beta Was this translation helpful? Give feedback.
I've seen the Karmada+Flux doc was added to the Flux docs some time ago already:
https://fluxcd.io/docs/use-cases/karmada/
Thanks for the contribution! I think I can mark this as answered 👍