Skip to content

Commit 4553d7d

Browse files
committed
update maximum sidecars scenario => multiple services scenario
1 parent d43a534 commit 4553d7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/istio-scale.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Istio-based service mesh add-on is logically split into a control plane (`is
1414
[Istiod’s CPU and memory requirements][control-plane-performance] correlate with the rate of deployment and configuration changes and the number of proxies connected. The scenarios tested were:
1515

1616
- Pod churn: examines the impact of pod churning on `istiod`. To reduce variables, only one service is used for all sidecars.
17-
- Maximum sidecars: examines the maximum sidecars Istiod can manage (sidecar capacity) with 1,000 services, where each service has `N` sidecars, totaling the overall maximum.
17+
- Multiple services: examines the impact of multiple services on the maximum sidecars Istiod can manage (sidecar capacity), where each service has `N` sidecars, totaling the overall maximum.
1818

1919
#### Test Specifications
2020
- One `istiod` instance with default settings
@@ -44,8 +44,8 @@ The [ClusterLoader2 framework][clusterloader2] was used to determine the maximum
4444
| 50 | 37.9 | 25000 | 42.7 | 16 |
4545

4646

47-
### Maximum sidecars
48-
The [ClusterLoader2 framework][clusterloader2] was used to determine the maximum number of sidecars `istiod` can manage with 1,000 services. Each service had `N` sidecars contributing to the overall maximum sidecar count. The API Server resource usage was observed to determine if there was any significant stress from the add-on.
47+
### Multiple Services
48+
The [ClusterLoader2 framework][clusterloader2] was used to determine the maximum number of sidecars `istiod` can manage with 1,000 services. The results can be compared to the 0% churn test (one service) in the pod churn scenario. Each service had `N` sidecars contributing to the overall maximum sidecar count. The API Server resource usage was observed to determine if there was any significant stress from the add-on.
4949

5050
|**Sidecar Capacity**||
5151
|---------------------|---------------------------------|

0 commit comments

Comments
 (0)