Hello,
I'm currently using Metricbeat to collect data from kubernetes volumes. It's a managed kubernetes hosted by OVH.
it was working great until they installed a new standalone version of their plugin: cinder.csi.openstack.org.
Since this, the kubelet API https://${node}:10250/stats/summary don't give anymore information about PersistentVolumeClaim. And that was the endpoint used by metricbeat to collect volume metrics.
Regarding this issues: https://github.com/kubernetes/kubernetes/issues/68522 it seems this API is gradually abandoned.
Do we have any alternative, to continue to get volume metrics with metricbeats ?