Fix some scalability thresholds
This commit is contained in:
parent
477ece3f46
commit
36b5c5706c
|
@ -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 |
|
||||
|
|
Loading…
Reference in New Issue