Skip to content

Commit 850e217

Browse files
author
nshankar
committed
Address acrolinx
Signed-off-by: nshankar <[email protected]>
1 parent 7a1ca41 commit 850e217

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/istio-scale.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Various factors impact [sidecar performance][data-plane-performance] such as req
7979
- Two proxy workers
8080
- 1-KB payload
8181
- 1,000 Queries per second (QPS) at varying client connections
82-
- `http/1.1` protocol and mutual TLS enabled
82+
- `http/1.1` protocol and mutual Transport Layer Security (TLS) enabled
8383
- 26 data points collected
8484

8585
#### CPU and memory
@@ -124,7 +124,7 @@ kubectl patch hpa aks-istio-ingressgateway-external-asm-1-19 -n aks-istio-ingres
124124
```
125125

126126
## Service entry
127-
Istio's ServiceEntry custom resource definition enables adding other services into the Istio’s internal service registry. A [ServiceEntry][serviceentry] allows services already in the mesh to route or access the services specified. However, the configuration of multiple ServiceEntries with the `resolution` field set to DNS can cause a [heavy load on DNS servers][understanding-dns]. The following suggestions can help reduce the load:
127+
Istio's ServiceEntry custom resource definition enables adding other services into the Istio’s internal service registry. A [ServiceEntry][serviceentry] allows services already in the mesh to route or access the services specified. However, the configuration of multiple ServiceEntries with the `resolution` field set to DNS can cause a [heavy load on Domain Name System (DNS) servers][understanding-dns]. The following suggestions can help reduce the load:
128128

129129
- Switch to `resolution: NONE` to avoid proxy DNS lookups entirely. Suitable for most use cases.
130130
- Increase TTL (Time To Live) if you control the domains being resolved.

0 commit comments

Comments
 (0)