Karunakar Vanama:
Hi All.
Is there any possibility to equally distribute incoming traffic among available pods. If yes please help me
R Banerjee:
Load Balancing?
Karunakar Vanama:
Yes. Load Balancing kind at pod level
R Banerjee:
You can use an Ingress with nginx, right that should work
Karan:
Acc. To what i have learned, Service distributes the traffic using the random algorithm, which is kind of same for all pods for the large amount of traffic.
R Banerjee:
the algorithm is programmable , ofcourse… I mean, there are LBs which can do round robin distribution, which you need
Karunakar Vanama:
I am using GKE for my application and an ingress is in front of all my services. But i feel incoming traffic is not equally distributed among pods.
R Banerjee:
https://cloud.google.com/load-balancing/docs/features#load_balancing_methods , seems it can roundrobin in a zone
Karunakar Vanama:
Yes it is round robin. Is there any possibility we can make it equally distributed.