clastix/kamaji

Multi Region Nodes when using ClusterAPI

Closed this issue · 0 comments

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

Example cluster would be:

  • create a k8s cluster using Kamaji (within the management cluster)
  • deploy an AWS machinepool in region A for above cluster
  • deploy an AWS machinepool in region B for above cluster
    -...

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)