How to achieve uniform distribution of GRPC requests to server sts pods using nginx as LB
I have a GRPC client which creates single channel with 4 streams(say Stream A, B, C and D). I have grpc server pods running as statefulset pods in backend. In between ingress and nginx is present for load balancing.