Hi everyone, so I’m trying to create a kubernetes cluster that can allow be add servers from different provider(aws, azure, DO) as worker nodes, has anyone tried creating a kubernetes cluster using a custom provider and then tried to add an AWS EC2 node as a worker node using the “sudo docker …” command? I tried it but it’s not working, Digital ocean was added successfully and works but not AWS EC2
👀 1
l
limited-pizza-33551
12/17/2022, 12:04 PM
@billions-garden-37463 - do you mean to say that the master & worker nodes would be spread across different cloud providers? There are specific solutions that help you achieve that but out-of-the-box vanilla Kubernetes doesn't allow you to do that.
This is because of latency & security issues. A quick google search with the problem statement does yield some interesting results. However, as of now, Rancher only allows you to orchestrate Kubernetes clusters in multiple cloud providers.
b
billions-garden-37463
12/17/2022, 12:35 PM
Thank you @modern-businessperson-20985 this is clear now