mirror of https://github.com/k3s-io/k3s
3abaa6b3c8
Monitoring services will be now displayed in kubectl cluster command (#4657). This partially addresses #4620 |
||
---|---|---|
.. | ||
README.md | ||
grafana-service.yaml | ||
heapster-controller.yaml | ||
heapster-service.yaml | ||
influxdb-grafana-controller.yaml | ||
influxdb-service.yaml |
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.