Skip to content

Commit

Permalink
Merge pull request #196 from kubernetes/resource-recommendation
Browse files Browse the repository at this point in the history
README: add resource recommendation
  • Loading branch information
brancz committed Aug 1, 2017
2 parents 883721e + e227a59 commit 4d65779
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 4d65779

Please sign in to comment.