kubernetes/cluster/addons/cluster-monitoring
Vishnu Kannan 50c32fbba4 Adding a replication controller for all monitoring pods.
Removed auth for Grafana to facilitate usage via service proxy on the api-server.
Added a grafana service
Removed elasticsearch dependency for monitoring - faster startup times.
2015-01-16 18:37:46 +00:00
..
grafana-service.yaml Adding a replication controller for all monitoring pods. 2015-01-16 18:37:46 +00:00
heapster-controller.yaml Adding a replication controller for all monitoring pods. 2015-01-16 18:37:46 +00:00
influxdb-grafana-controller.yaml Adding a replication controller for all monitoring pods. 2015-01-16 18:37:46 +00:00
influxdb-service.yaml Adding a replication controller for all monitoring pods. 2015-01-16 18:37:46 +00:00
README.md Move heapster data files to cluster/addons. 2015-01-05 12:32:35 -08:00

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.