简体   繁体   中英

Kubernetes multi-clusters pod peering on Azure

How to configure routing between Pods on multiple Azure Kubernetes clusters?

Something similar to ip-alias/vpc-native on Google Cloud

In AKS, I think you can create the AKS clusters in the different subnets in the same vnet with an advanced network. For more details about the network, see Choose the appropriate network model . But it's not a perfect solution and there are some limitations for it. For example, the AKS clusters should be in the same region as the vnet.

You can take a look at Gotchas & Solutions Running a Distributed System Across Kubernetes Clusters . As it said, it's hard to communicate from different regions and nothing has yet solved the problem of running a distributed system that spans multiple clusters. It's still a very hard experience that isn't really documented.

So, maybe there would be a long time to wait for the perfect solution.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM