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)
Asked
Active
Viewed 2,260 times
0
-
I use prometheus operator chart with helm – c4f4t0r Mar 17 '20 at 15:56
1 Answers
1
Installing and running iotop
on each host could be the easiest way to find out what process is generating the most IO.

Matt Kereczman
- 1,899
- 9
- 12