Fix some scalability thresholds

This commit is contained in:
wojtekt 2018-06-08 10:58:53 +02:00
parent 477ece3f46
commit 36b5c5706c
1 changed files with 2 additions and 2 deletions

View File

@ -45,12 +45,12 @@ Important notes about the numbers:
| Number of pods per node<sup>1</sup> | 110 | | 500 |
| Number of pods per core<sup>1</sup> | 10 | | 10 |
| Number of namespaces (ns) | 10000 | | 100000 |
| Number of pods per ns | 15000 | | 50000 |
| Number of pods per ns | 3000 | | 50000 |
| Number of services | 10000 | | 100000 |
| Number of services per ns | 5000 | | 5000 |
| Number of all services backends | TBD | | 500000 |
| Number of backends per service | 5000 | | 5000 |
| Number of deployments per ns | 20000 | | 10000 |
| Number of deployments per ns | 2000 | | 10000 |
| Number of pods per deployment | TBD | | 10000 |
| Number of jobs per ns | TBD | | 1000 |
| Number of daemon sets per ns | TBD | | 100 |