Check used space in Google Persistent Disk

google-cloud-platformgoogle-compute-enginekubernetes

I have a lot of persistent disks attached to PODs running in GCE(Google Container Engine)

How can I check/monitor the used space of them without entering each of the POD?

Also is it possible to set up some alert when disk is almost full?

Best Answer

You can always enable Stackdriver which will allow to setup alerts and monitor the resources used by the PODs.