Cluster Provisioning using Flux with Cluster API #1832
-
Hi, Multi-cluster infrastructure and apps work out of the box with Cluster API: Flux can use one Kubernetes cluster to manage apps in either the same or other clusters, spin up additional clusters themselves, and manage clusters including lifecycle and fleets. I have used Flux (v2) quite a bit for deploying/managing application and infrastructure workloads across multiple clusters. But I have not used Flux for cluster provisioning per se. I don't see anything in the documentation about how to do this. Can someone please point me in the right direction? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can run Flux on your management cluster, push cluster definitions to git, then Flux will create the clusters, then it will connect to them using the CAPI generated kubeconfig and reconcile workloads on those remote clusters, see: |
Beta Was this translation helpful? Give feedback.
You can run Flux on your management cluster, push cluster definitions to git, then Flux will create the clusters, then it will connect to them using the CAPI generated kubeconfig and reconcile workloads on those remote clusters, see: