Replies: 1 comment 2 replies
-
Linkerd can only provide load-balancing to regular (non-headless) services. If you have a gRPC service, my recommendation is to make it regular service and use Linkerd. :) |
Beta Was this translation helpful? Give feedback.
2 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.
-
In reference to this discussion about the request level load balancing across dynamically scheduled servers and pods:
https://kubernetes.io/blog/2018/11/07/grpc-load-balancing-on-kubernetes-without-tears/
Is it recommended to not use a headless service? and instead use LinkerD and lightweight proxy to load balance the requests cross dynamic pods and gRPC servers in the cluster?
Beta Was this translation helpful? Give feedback.
All reactions