Is there any possible to create master node in one aws region and worker node in another region?

3/4/2020

Is there any possibility to create cluster with eks in one region (eg. ap-south-1) and join worker node from another region (eg. ap-north-east-2). If yes, can anyone tell me how to do this ?

-- HARINI NATHAN
eks
kubernetes

1 Answer

3/4/2020

No. It's because you have no power to change anything on master node.

Amazon EKS is fully managed Kubernetes service, you would need to make your own cluster on EC2 instances.

-- Spook
Source: StackOverflow