Multiple restarts the container on OpenShift

64 Views Asked by At

I have an API deployed on OpenShift with 15 Pods to serve requests. Each pod has 300MB and 512MB of CPU and memory respectively. It turns out that among these 15 pods, some work harder than others and therefore end up restarting a lot more.

I would like to balance the load between the pods to distribute this processing and thus try to reduce restarts.

Does anyone know how to do it?

enter image description here

0

There are 0 best solutions below