Replies: 1 comment 1 reply
-
The problem is with the headless type of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have followed getting-started and installed
linkerd
in my k8s cluster. Also the emojivoto project is working as fine as expected.But there is load balance problem with my own programs, these are simple grpc applications which greeter-client make grpc call to the greeter-server . The greeter-client make connection to greeter-server and makes calls in a long-run loop. I have injected both client side and server side just as the
gettint-started
guiding. However, I found the requests is not balanced among the 2 greeter-server pods, but only 1 pod gets requests.I have no idea why this is happening, and how to debug.
You can see only one pod of greeter-server is processing request.
Beta Was this translation helpful? Give feedback.
All reactions