k3s/cluster/addons/cluster-monitoring
Vish Kannan 5aed317ffc Merge pull request #4853 from sub-mod/grafana_v1beta3
v1beta3 api json for grafana example
2015-03-03 15:43:16 -08:00
..
v1beta3 v1beta3 api json for grafana example 2015-02-27 00:10:08 +05:30
README.md Move heapster data files to cluster/addons. 2015-01-05 12:32:35 -08:00
grafana-service.yaml Added cluster-service lavel to monitoring services 2015-03-03 10:44:46 +01:00
heapster-controller.yaml Use heapster v0.8. 2015-02-23 18:11:02 +00:00
heapster-service.yaml Added cluster-service lavel to monitoring services 2015-03-03 10:44:46 +01:00
influxdb-grafana-controller.yaml Update to heapster version v0.7. 2015-02-20 03:22:41 +00:00
influxdb-service.yaml Added cluster-service lavel to monitoring services 2015-03-03 10:44:46 +01: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.