k3s/cluster/addons/cluster-monitoring
Rohit Jnagal 013653bd58 Fix heapster config to talk to the right kubelet port.
The config was updated for v1bet1, but the tests are using v1beta3.
2015-04-10 22:58:38 +00:00
..
v1beta3 Fix heapster config to talk to the right kubelet port. 2015-04-10 22:58:38 +00:00
README.md Move heapster data files to cluster/addons. 2015-01-05 12:32:35 -08:00
grafana-service.yaml Update heapster version to v0.10.0 2015-04-02 00:39:24 +00:00
heapster-controller.yaml Create an insecure (http) read-only port on the kubelet so that 2015-04-02 10:45:49 -07:00
heapster-service.yaml Added cluster-service lavel to monitoring services 2015-03-03 10:44:46 +01:00
influxdb-grafana-controller.yaml Update heapster version to v0.10.0 2015-04-02 00:39:24 +00:00
influxdb-service.yaml Adding a heapster ginkgo e2e test. 2015-03-11 21:47:47 +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.