Flux Multi-cluster Architecture #4763
Unanswered
stefanprodan
asked this question in
Show and tell
Replies: 1 comment
-
Does the repository structure in flux2-hub-spoke-example offer any significant advantages?
I’m considering using the following alternative:
Beyond the general principle that "flat is better than nested," are there any potential concerns I should reassess? |
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
-
Check out my blog post on Flux multi-cluster architecture to learn the differences between running Flux in a distributed manner vs centralised hub-spoke mode. https://fluxcd.control-plane.io/guides/flux-architecture/
TL;DR
Running Flux in the standalone mode offers a higher degree of security and autonomy for the clusters at the expense of operational overhead when it comes to bootstrapping and monitoring the Flux instances.
The hub and spoke mode reduces the operational and maintenance overhead by centralizing the GitOps continuous delivery tooling on a single Kubernetes cluster, but introduces a single point of failure and networking complexity that can be challenging from a security perspective.
Beta Was this translation helpful? Give feedback.
All reactions