0

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)

alonisser
  • 153
  • 9

1 Answers1

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