gRPC clients have only round-robin and pick-first built-in LB policies available to them. You are probably better off using Istio ingress LB to share LB policy unless you want to run your own gRPCLB service and implement your LB policy in there.
On Wednesday, November 14, 2018 at 8:35:36 PM UTC-8, Isuru Samaraweera wrote: > > Hi, > I am going to expose GRPC services to public clients using istion ingress > and proxy load balancing. > In addition to public grpc clients I want internal applications to use the > same grpc cluster with a common load balancing policy for both public > clients and internal applications. > > Should the internal applications use istio ingress to achieve shared load > balancing policy or can it be done via a separate client side load > balancing mechanism only for internal apps?What is the recommended approach? > > Thanks, > Isuru > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/ed569881-f2b5-4aa1-a4e6-0b4917ed848a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
