How to monitor disk usage of kubernetes persistent volumes?

后端 未结 2 630
南旧
南旧 2020-12-14 20:58

I have container_fs_usage_bytes with prometheus to monitor container root fs, but it seems that there is no metrics for other volumes in cAdvisor.

2条回答
  •  悲哀的现实
    2020-12-14 21:10

    I confirmed that Kubernetes 1.8 expose metrics for prometheus.

    • kubelet_volume_stats_available_bytes
    • kubelet_volume_stats_capacity_bytes
    • kubelet_volume_stats_inodes
    • kubelet_volume_stats_inodes_free
    • kubelet_volume_stats_inodes_used
    • kubelet_volume_stats_used_bytes

提交回复
热议问题