Skip to content

Explanations needed on routing #2195

Answered by pleshakov
YannickTeKulve asked this question in Q&A
Discussion options

You must be logged in to vote

Doest this mean the service is not being used for load balancing over pods?

correct. NGINX connects directly to the pod IPs.

Whatever the answer a follow up question I have is: how does grpc loadbalancing work (if at all)?

NGINX load balances each underlying POST request among backend pods. NGINX Gateway Fabric configures NGINX to use random two least_conn load -balancing method. https://nginx.org/en/docs/http/ngx_http_upstream_module.html#random

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sjberman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants