k3s/examples/monitoring
Mike Danese 722abf1a95 - make cadvisor port configurable on the kubelet.
- added cadvisor port documentation.
2014-12-06 09:48:08 -08:00
..
README.md - make cadvisor port configurable on the kubelet. 2014-12-06 09:48:08 -08:00
heapster-pod.json Use Heapster as an in-built monitoring solution for Kubernetes in GCE. 2014-11-07 00:47:56 +00:00
influx-grafana-pod.json Fix monitoring setup script. 2014-11-13 16:43:05 -05:00
influx-grafana-service.json Improve the monitoring setup script and fix bugs in the monitoring config. 2014-11-07 19:27:52 +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.