k3s/cluster/addons/cluster-monitoring
Clayton Coleman 053c2b2100 Fix grafana and heapster RC names 2015-01-29 16:26:39 -05:00
..
README.md Move heapster data files to cluster/addons. 2015-01-05 12:32:35 -08:00
grafana-service.yaml Update monitoring components to the latest released versions. 2015-01-23 18:59:05 +00:00
heapster-controller.yaml Fix grafana and heapster RC names 2015-01-29 16:26:39 -05:00
heapster-service.yaml Update monitoring components to the latest released versions. 2015-01-23 18:59:05 +00:00
influxdb-grafana-controller.yaml Fix grafana and heapster RC names 2015-01-29 16:26:39 -05:00
influxdb-service.yaml Update monitoring components to the latest released versions. 2015-01-23 18:59:05 +00:00

README.md

Heapster

Heapster enables monitoring of Kubernetes Clusters using cAdvisor. The kubelet will communicate with an instance of cAdvisor running on localhost and proxy container stats to Heapster. Kubelet will attempt to connect to cAdvisor on port 4194 by default but this port can be configured with kubelet's -cadvisor_port run flag. Detailed information about heapster can be found here.