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