Use traefik as an internal GRPC load balancer on kubernetes

Hi All,

i have a kubernetes cluster where i run a grpc service (with multiple pods), and i have client
consuming this service on the same cluster. (the service is internal to the cluster and not exposed outside)
I would like to know if it is possible to use Traefik as a load balancer for the grcp service.
If it is possible, could you point me to some example. ?

Thanks !

1 Like