I am having a hard time configuring load balancing...
# general
f
I am having a hard time configuring load balancing for a grpc service deployed in my rancher instance. I have two replicas of the app deployed in a pod, but when the client sends requests to the service only one of the apps in the pod is ever used. I have run multiple clients running at the same time sending multiple requests and they all still only go to the same app in the pod. I have been looking at the rancher docs on this for awhile and I have tried different service options and different ingress options and nothing is working. Any ideas would be greatly appreciated. Thanks.