-
Notifications
You must be signed in to change notification settings - Fork 27
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
Comments
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. |
Thanks for the info. I will gladly test out the connection through transit gateway and report back how it worked for me so far. |
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.
Register pods by IPs. This blog post will be helpful to understand the functionality better. |
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?
The text was updated successfully, but these errors were encountered: