Kubernetes | Multiple pods - performance problem Kubernetes | Multiple pods - performance problem kubernetes kubernetes

Kubernetes | Multiple pods - performance problem


For cache issues have you considered :

With increasing pods, increasing times to me doesn't sound like its a cache issue or not the cache alone. The webserver is playing a big part or the load balancer an/or the firewall sitting in the front is capping the bandwidth. Round trip from browser to pod back to browser should be same if you have 1 or 100 pods provided there is no network latency. In your case an increase traffic is slowing the connection speed. I have had similar issues with the network capping bandwidth in front of the pods.