Kubernetes pods serving un-equal amount of traffic

4/19/2021

I have a situation in which an application has total kubernetes 6 pods in production environment and upon checking the logs 1 pod is serving 30 percent of the entire traffic and rest of the 5 pods are serving 70 percent traffic in total.

How can we make sure all the 6 pods serves equal amount of traffic because I am suspecting the pod alone which is serving almost 30 percent traffic may gets exited which is not desirable as per the production environment.

Is there any core service of kubernetes which is not functioning well which is why the traffic distribution is non-uniform?

Question: How can we make sure that all the pods should serve equal amount of traffic??

-- Monty
devops
kubernetes

0 Answers