clastix / kamaji

Kamaji is the Hosted Control Plane Manager for Kubernetes.
https://kamaji.clastix.io
Apache License 2.0
1.14k stars 104 forks source link

Multi Region Nodes when using ClusterAPI #595

Closed thameezb closed 1 month ago

thameezb commented 1 month ago

Is it possible to achieve multi-region/multi-cloud node support when using clusterAPi?

Example cluster would be:

The outcome would be a functioning CP running as pods withing the management cluster. And sets of worker nodes running in different AWS regions. I know this is possible if I deploy the infra myself and use kubeadm to join the nodes to the CP (therefore technically it should be possible using clusterAPI)