How can we make grpc call between the microservices hosted on kubernetes of google cloud and Digital ocean?
Solved! Go to 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 Istio, Linkerd, 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
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 Istio, Linkerd, 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