I'm trying to scrape the AKS kube-proxy metrics with Prometheus without success, the reason is that some of the metrics are only exposed to localhost as the following example:
tcp LISTEN 0 16384 127.0.0.1:10249 *:*
AKS version: 1.16.9
To validate this I also tried to add this to the kube-proxy DeamonSet :
--metrics-bind-address=0.0.0.0
After the pods restart I can see the metrics, but after some minutes Azure will bring back the version to the managed one, removing the metrics bind address.