Skip to content

Commit

Permalink
Merge pull request kubernetes#196 from kubernetes/resource-recommenda…
Browse files Browse the repository at this point in the history
…tion

README: add resource recommendation
  • Loading branch information
brancz authored Aug 1, 2017
2 parents 8cc585d + 3ce450e commit f3f5204
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,20 @@ additional metrics!
See the [`Documentation`](Documentation) directory for documentation of the exposed metrics.

## Resource recommendation

Resource usage changes with the size of the cluster. As a general rule, you should allocate

* 200MiB memory
* 0.1 cores

For clusters of more than 100 nodes, allocate at least

* 2MiB memory per node
* 0.001 cores per node

These numbers are based on [scalability tests](https://github.com/kubernetes/kube-state-metrics/issues/124#issuecomment-318394185) at 30 pods per node.

## kube-state-metrics vs. Heapster

[Heapster](https://github.com/kubernetes/heapster) is a project which fetches
Expand Down

0 comments on commit f3f5204

Please sign in to comment.