svennjegac / grpc-load-balancing

Example of gRPC load balancing on Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grpc-load-balancing

Example of gRPC load balancing on Kubernetes.

  • The server is deployed as a headless service to expose all endpoints (pods) via DNS
  • The client utilizes client-side round-robin load balancing over all reachable endpoints

About

Example of gRPC load balancing on Kubernetes


Languages

Language:Go 55.4%Language:Shell 38.8%Language:Dockerfile 5.8%