Replies: 2 comments 1 reply
|
Migrated to discussion, Issues are used only to track known bugs. |
0 replies
|
I think this is possible given the nature of the CAPA implementation with Kamaji, and this can be done in two separate steps
Step no.2 can be repeated for the second region, I didn't test this personally but it could work (famous last words): the downside of this approach is on Cluster API which doesn't allow having multiple infrastructure providers for the same cluster. I'm not arguing if this is a good or a bad idea, it's up to your considerations, especially about networking, egress costs, etc.: happy to receive more info about the use case and promote more about it, tho. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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 within 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)
All reactions