k3s/cluster/addons/cluster-monitoring
Tim Allclair 0057624bde Update heapster eventer addon-resizer to 1.8.3 2018-10-15 10:47:25 -07:00
..
google Update heapster eventer addon-resizer to 1.8.3 2018-10-15 10:47:25 -07:00
googleinfluxdb Update heapster eventer addon-resizer to 1.8.3 2018-10-15 10:47:25 -07:00
influxdb Update heapster eventer addon-resizer to 1.8.3 2018-10-15 10:47:25 -07:00
stackdriver Bump versions of components with latest security patches. 2018-08-22 11:27:36 +02:00
standalone Merge pull request #66185 from vantuvt/vantuvt-patch-3 2018-08-15 02:09:08 -07:00
OWNERS Add kawych to cluster-monitoring deployment owners 2017-11-17 13:48:20 +01:00
README.md Add Troubleshooting sections to Heapster and Metrics Server addons documentation 2018-03-13 15:10:13 +01:00
heapster-rbac.yaml update to rbac v1 in yaml file 2017-08-21 17:29:37 +08:00

README.md

Kubernetes Monitoring

Heapster enables monitoring and performance analysis in Kubernetes Clusters. Heapster collects signals from kubelets and the api server, processes them, and exports them via REST APIs or to a configurable timeseries storage backend.

More details can be found in Monitoring user guide.

Troubleshooting

Heapster supports up to 30 pods per cluster node. In clusters where there are more running pods, Heapster may be throttled or fail with OOM error. Starting with Kubernetes 1.9.2, Heapster resource requirements may be overwritten manually. Learn more about Addon Resizer configuration

Important notices

Decreasing resource requirements for cluster addons may cause system instability. The effects may include (but are not limited to):

  • Metrics not being exported
  • Horizontal Pod Autoscaler not working
  • kubectl top not working

Overwritten configuration persists through cluster updates, therefore may cause all effects above after a cluster update.

Analytics