camilb / prometheus-kubernetes

Monitoring Kubernetes clusters on AWS, GCP and Azure using Prometheus Operator and Grafana
Apache License 2.0
670 stars 299 forks source link

Updated README to mention cAdvisor requirement on 1.12 and higher #135

Closed matthaywardwebdesign closed 4 years ago

matthaywardwebdesign commented 5 years ago

cAdvisor was removed in 1.12 and as a result some of the metrics were failing to fetch with the default configuration. Installing cAdvisor as a Daemon Set and binding it to host port 4194 resolves this issue.

Credit to @DomHynes who worked with me on figuring this one out!

StefanMihail commented 5 years ago

besides this, you may need to update the grafana queries for the Kubernetes dashboard in case you are using EKS