[discourse] Grpc load balancer #4336
-
Originally posted by wahyugnc on Discourse Hallo Teams I have a question, for load balancer pod, what does flipt use? Is it envoy proxy? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Flipt does not use Envoy proxy or any specific load balancer for gRPC by default. There are no references to Envoy or other load balancers in the codebase or documentation for runtime service or infrastructure configuration. Flipt supports gRPC, but leaves the choice of load balancer up to you, so you can use Envoy, HAProxy, or any other solution that fits your environment and requirements. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
Reply from george on Discourse: Hey @wahyugnc Sorry for the super slow reply (nearly a month We’re currently not using a gRPC load-balancer (internally), but envoy is an excellent choice. Alternatively, you can always use something at the TCP level of course. |
Beta Was this translation helpful? Give feedback.
Reply from george on Discourse:
Hey @wahyugnc
Sorry for the super slow reply (nearly a month
).
We’re currently not using a gRPC load-balancer (internally), but envoy is an excellent choice.
Alternatively, you can always use something at the TCP level of course.