Replies: 3 comments 1 reply
-
@c3dric373 - were you able to get this working? I am followed the same doc and don't find the load being balanced. |
Beta Was this translation helpful? Give feedback.
-
Dear @c3dric373 , did you make progress? I believe your question is not a 100% correct: There are 0.3 RPS reaching one service, 1.3 RPS the first service. Response times are similar. This algorithm is somewhat arcane to me, that's why I am crawling the forum. I am investigating rebalancing issues experienced during rapid scale out on our side and would be interested in any further experience on your side. |
Beta Was this translation helpful? Give feedback.
-
Linkerd's EWMA algorithm does not guarantee an even distribution across pods, just low latency. It is happy to send all requests to one pod if that pod can handle the load. If you add more requests you should see a closer-to-even load. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I followed the instructions in the Getting Started documentation but somehow the grpc load balancing does not seem to work. See the attached screenshot, one voting service is receiving all the requests. I also attached the yaml file used to deploy the meshed services. Does anyone have an idea how I could debug this?
Here is the yaml file used to deploy:
Beta Was this translation helpful? Give feedback.
All reactions