Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connectivity through AWS Transit Gateway #125

Open
RamazanKara opened this issue Jan 13, 2022 · 4 comments
Open

Connectivity through AWS Transit Gateway #125

RamazanKara opened this issue Jan 13, 2022 · 4 comments

Comments

@RamazanKara
Copy link

In our Organization we have a huge amount of Teams with lots of EKS Clusters distributed throughout the Organization, making the usage of VPC Peering compared to Transit Gateway a lot more complicated. Will there be upcoming support of Transit Gateway usage for the MCS Controller?

@runakash
Copy link
Member

Hey @RamazanKara - The MCS controller does not have explicit VPC Peering support. In fact, the controller itself is agnostic of how the network connectivity is going to be established between services across the clusters. It takes care of the Service Discovery only. That said, we have only tried out VPC Peering. Why don't you try it out with Transit Gateway and let us know of any issues. We can probably address those in future milestones.

@RamazanKara
Copy link
Author

Thanks for the info. I will gladly test out the connection through transit gateway and report back how it worked for me so far.

@vvbogdanov87
Copy link

Does the MCS controller work only when pods in both clusters are in routable networks?
Eg workers in both clusters are in routable subnets with non-overlapping address spaces. For pods, I configured a secondary non-routable subnet with overlapping address spaces. When I create a service, it creates an ALB in a routable subnet. Will MCS register pods by IPs or by ALB IP?

@runakash
Copy link
Member

Does the MCS controller work only when pods in both clusters are in routable networks?

The clusters need to be in the peered networks. And for peering to work the clusters does need non-overlapping address spaces.

Will MCS register pods by IPs or by ALB IP?

Register pods by IPs.

This blog post will be helpful to understand the functionality better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants