Merge pull request #4546 from jprzychodzen/at-threshold
[Access-tokens] Add thresholds
This commit is contained in:
commit
962039db55
|
|
@ -43,21 +43,23 @@ There are couple caveats to the thresholds we are presenting below:
|
||||||
|
|
||||||
The table below is **NOT exhaustive** - more content is coming soon.
|
The table below is **NOT exhaustive** - more content is coming soon.
|
||||||
|
|
||||||
| Quantity | Threshold scope=namespace | Threshold: scope=cluster |
|
| Quantity | Threshold scope=namespace | Threshold: scope=cluster |
|
||||||
|------------------------|---------------------------|--------------------------|
|
|-----------------------------|---------------------------|--------------------------|
|
||||||
| #Nodes | n/a | 5000 |
|
| #Nodes | n/a | 5000 |
|
||||||
| #Namespaces | n/a | 10000 |
|
| #Namespaces | n/a | 10000 |
|
||||||
| #Pods | 3000 | 150000 |
|
| #Pods | 3000 | 150000 |
|
||||||
| #Pods per node | min(110, 10*#cores) | min(110, 10*#cores) |
|
| #Pods per node | min(110, 10*#cores) | min(110, 10*#cores) |
|
||||||
| #Services | 5000 | 10000 |
|
| #Services | 5000 | 10000 |
|
||||||
| #All service endpoints | TBD | TBD |
|
| #All service endpoints | TBD | TBD |
|
||||||
| #Endpoints per service | 250 | n/a |
|
| #Endpoints per service | 250 | n/a |
|
||||||
| #Secrets | TBD | TBD |
|
| #Secrets | TBD | TBD |
|
||||||
| #ConfigMaps | TBD | TBD |
|
| #ConfigMaps | TBD | TBD |
|
||||||
| #Deployments | 2000 | TBD |
|
| #Deployments | 2000 | TBD |
|
||||||
| #DaemonSets | TBD | TBD |
|
| #DaemonSets | TBD | TBD |
|
||||||
| #Jobs | TBD | TBD |
|
| #Jobs | TBD | TBD |
|
||||||
| #StatefulSets | TBD | TBD |
|
| #StatefulSets | TBD | TBD |
|
||||||
|
| #AccessTokens | 2000 | 2000 |
|
||||||
|
| #AccessTokens verifications | 5000 QPS | 5000 QPS |
|
||||||
|
|
||||||
There are also thresholds that depend on environment/cloud provider. The **NOT
|
There are also thresholds that depend on environment/cloud provider. The **NOT
|
||||||
exhaustive** list includes:
|
exhaustive** list includes:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue