gRPC Name Resolution and Load Balancing on Kubernetes

Managing microservices in Go that communicate via gRPC on Kubernetes is a really common theme these days. You might have noticed that Load Balancing these gRPC requests and responses is not trivial. In my recent article I tried to dive deep in to the realm of gRPC Name Resolution and Load Balancing on Kubernetes in order to unwrap almost everything that we need to know regarding the matter, from the (tricky) problems we're facing all the way to the solutions and implementation details.

Homayoon Alimohammadi
1 min read
KubernetesgRPCGolangDevOpsCloud

Article Coming Soon

This article is currently being written. Check back soon for the full content!

In the meantime, you can read this article on Medium using the link above.