Skip to content

Add gRPC load balancing documentation

Quang-Minh Nguyen requested to merge qmnguyen0711/add-dns-stuff-docs into master

This MR adds some documentations about gRPC load balancing. gRPC client-side load-balancing is a complicated and messy mechanism of gRPC. This topic was surprisingly not covered by the official docs. Through Implement Praefect client-side load balancing a... (&8971 - closed), I gather a lot of knowledge and experience about this.

It would be nice to have a crystallized technical doc for anyone who is interested in this area. It's also a good foundation for later Gitaly cluster.

Merge request reports