How can I track the usage of Kubernetes disk hard drives?
2 answers
Metrics for volumes are available through the Kubel Summary API (/ stats / summary). However, each volume plugin must implement its own metrics. Since Kubernetes 1.7, current scope plugins that have implemented metrics include: emptydir, secrets, gce pd, aws ebs, azure file, flocker, and portworx
+4
source to share