Hi there,
do you know on methods or tooling to assign a Pod a specific IO load (load 1/5/15) profile?
We have several pod as queue workers running across the cluster, they only need about 300m CPU and 400Mi RAM, however each Pod generate a lot of IO and compute load, hence slowing everything down.
Is there any method to distribute the Pods better and not just set a high resources.requests.cpu, we do not want to waste computing power with almost empty nodes.
Currently is not possible to change the software to be more performant 🤷