Re: [grpc-io] Client Loadbalancing with Kubernetes SVC

2018-09-18 Thread julien . senon
Thanks a lot for your explanation. I will have a look on 2 solution provided. On Tuesday, September 18, 2018 at 5:40:45 PM UTC+2, Josh Humphries wrote: > > Unless things have changed recently, the default kubedns result for a > standard k8s service will have a single IP: the virtual IP of the

[grpc-io] Client Loadbalancing with Kubernetes SVC

2018-09-18 Thread julien . senon
Hello, Does it make sense to have client loadbalancer with gRPC when we are using gRPC server in a Kubernetes cluster? Because client will dial a service DNS and will always retrieve IP of service and not IP of Pods behind it. NB: If already seen this blog entry

[grpc-io] grpc server reflection and service mesh

2017-11-13 Thread julien . senon
Hello, We want to implement routing table with server reflection on our micro service. Because server reflection ( https://github.com/grpc/grpc/blob/master/doc/server-reflection.md use same package.service / Method, how we can write rules to redirect to dedicated backend micro service, Do I