Is there any way to control read/write speed or IOPS limit per pod?

7/15/2020

In Kubernetes, we can control CPU, memory, and disk size. But is there any way to control the IOPS limit or read/write speed per pod?

Because one of the POD's heavy read/write operations might affect other pod performance.

-- A M S Rejuan
kubernetes

1 Answer

7/15/2020

It is not possible currently, but there is an ongoing work in that matter: https://github.com/kubernetes/kubernetes/issues/92287

-- Ottovsky
Source: StackOverflow