Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How to make grpc call between the microservices hosted on 2 different clouds?

How can we make grpc call between the microservices hosted on kubernetes of  google cloud and Digital ocean?

Solved Solved
1 1 301
1 ACCEPTED SOLUTION

Hi @Vandana2609,

What you can use is a Service Mesh. A service mesh is an infrastructure layer that allows you to manage communication between your application’s microservices[1]. There are a lot of service mesh providers that you can choose from including IstioLinkerd, and Consul

You may review these documentations for more information:

I hope this helps. Thank you. 

[1]. https://www.digitalocean.com/community/tutorials/an-introduction-to-service-meshes

View solution in original post

1 REPLY 1

Hi @Vandana2609,

What you can use is a Service Mesh. A service mesh is an infrastructure layer that allows you to manage communication between your application’s microservices[1]. There are a lot of service mesh providers that you can choose from including IstioLinkerd, and Consul

You may review these documentations for more information:

I hope this helps. Thank you. 

[1]. https://www.digitalocean.com/community/tutorials/an-introduction-to-service-meshes

Top Labels in this Space
Top Solution Authors