typhoon/docs/addons/heapster.md

415 B

Heapster

Heapster collects data from apiservers and kubelets and exposes it through a REST API. This API powers the kubectl top command and Kubernetes dashboard graphs.

Create

kubectl apply -f addons/heapster -R

Usage

Allow heapster to run for a few minutes, then check CPU and memory usage.

kubectl top node
kubectl top pod