For example, I have 50 Gib PV/PVC and grant to one Pod, I just want to check usage of the storage
The way I am just following is to set up a busybox pod with mounting the same PVC, then exec into the busybox to run df -h
to check the storage.
I just want to know if there is an efficient way to do the same thing.
df -h
could check the mount folder in busybox as my knowledge – Attract