How to get disk used / free statistics for pv, pvc, storage?

Hi,

is there any way to see from kubectl:

  • used / free space statistics for PersistentVolumeClaim
  • used / free space statistics for PersistentVolume
  • used / free space statistics for glusterfs (e.g. via heketi) which is running as kubernetes pod?

Thanks a lot,
Andreas

This is not currently possible.
You can put some effort and grab the stats directly from the kubelet tho, but not via kubectl