How to find out IOPS disk usage by pod/container on k8s nodes

akskubernetes

My vms have been hard hit by IOPS (Causing network errors and other strange behavior) and I wonder what of my pods is causing it (if any) – how can I find out? I couldn't find a clear tool providing this info. I'll be glad for any clues (Cluster running in AKS azure managed kubernetes service)

Best Answer

Installing and running iotop on each host could be the easiest way to find out what process is generating the most IO.

Related Topic