Replies: 1 comment
-
Hey, Client-side (DNS-based) load-balancing works fine in K8s; probably, there is some configuration issue. Could you please share your k8s, AnyCable configs? Which version of AnyCable, btw? Things to take a look:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm running into a challenge with scaling AnyCable in Kubernetes. Our setup has anycable-go pods connecting to app-ws pods (our Rails RPC servers).
The issue: no matter what we try (headless service, HAProxy with DNS resolution), all traffic goes to a single app-ws pod instead of distributing across all available pods.
It creates scaling bottlenecks where some pods are overloaded while others sit idle.
What do you think would be the best approach for load balancing gRPC connections from anycable-go to multiple RPC servers in Kubernetes?
Thanks a lot for your help!
Happy to share e-beers 🍻 😉
Antoine
Beta Was this translation helpful? Give feedback.
All reactions