简体   繁体   中英

How can I make 2 services in 2 different kubernetes clusters talk to each other securely in azure?

I have 2 kubernetes clusters in Azure. Let's call them LegacyCluster and NewCluster. NewCluster is provisioned with Terraform. Each has LegacyService and NewService. I need NewService to securely call LegacyService over rest. How can I do this? Is there a feature in either Kubernetes or Azure to make two networks act like one?

you can use virtual network peering and\or site-2-site VPN .

Networks address space have to not overlap

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