1
0
Fork 0
mirror of https://github.com/poseidon/typhoon synced 2024-05-03 22:26:20 +02:00
typhoon/docs/addons/heapster.md
2017-12-09 19:58:09 -08:00

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