Hello, we cannot read the prometheus Metrics anymore. ceph config get mgr mgr/cephadm/container_image_node_exporter quay.io/prometheus/node-exporter:v1.5.0 curl localhost:9926/metrics --> works curl 10.244.62.35:9926/metrics --> works (IP = POD IP) same namespace another pod ( rook-tools ) curl 10.244.62.35:9926/metrics --> timeout Any Idea? kubectl describe svc rook-ceph-exporter -n rook-ceph Name: rook-ceph-exporter Namespace: rook-ceph Labels: app=rook-ceph-exporter rook_cluster=rook-ceph Annotations: <none> Selector: app=rook-ceph-exporter,rook_cluster=rook-ceph Type: ClusterIP IP Family Policy: SingleStack IP Families: IPv4 IP: 10.108.230.88 IPs: 10.108.230.88 Port: ceph-exporter-http-metrics 9926/TCP TargetPort: 9926/TCP Endpoints: 10.244.115.233:9926,10.244.132.1:9926,10.244.139.103:9926 + 11 more... Session Affinity: None Events: <none> Best whishes, Gio kubectl get endpoints rook-ceph-exporter -n rook-ceph NAME ENDPOINTS AGE rook-ceph-exporter 10.244.115.233:9926,10.244.132.1:9926,10.244.139.103:9926 + 11 more... 273d