Skip to content

Commit 598b7d8

Browse files
authored
Update how-to-deploy-self-hosted-gateway-kubernetes.md
1 parent e34b8ac commit 598b7d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/api-management/how-to-deploy-self-hosted-gateway-kubernetes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ It's impossible to reliably predict and recommend the amount of per-container CP
8383
- Request rate.
8484
- Kind and number of configured policies.
8585
- Payload size and whether payloads are buffered or streamed.
86-
- Back-end service latency.
86+
- Backend service latency.
8787

8888
We recommend setting resource requests to two cores and 2 GiB as a starting point. Perform a load test and scale up/out or down/in based on the results.
8989

@@ -95,7 +95,7 @@ Consider using a specific version tag in production to avoid unintentional upgra
9595
You can [download a full list of available tags](https://mcr.microsoft.com/v2/azure-api-management/gateway/tags/list).
9696

9797
### DNS policy
98-
DNS name resolution plays a critical role in a self-hosted gateway's ability to connect to dependencies in Azure and dispatch API calls to back-end services.
98+
DNS name resolution plays a critical role in a self-hosted gateway's ability to connect to dependencies in Azure and dispatch API calls to backend services.
9999

100100
The YAML file provided in the Azure portal applies the default [ClusterFirst](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy) policy. This policy causes name resolution requests not resolved by the cluster DNS to be forwarded to the upstream DNS server that's inherited from the node.
101101

@@ -114,4 +114,4 @@ Consider [setting up local monitoring](how-to-configure-local-metrics-logs.md) t
114114

115115
## Next steps
116116

117-
* To learn more about the self-hosted gateway, see [Self-hosted gateway overview](self-hosted-gateway-overview.md).
117+
* To learn more about the self-hosted gateway, see [Self-hosted gateway overview](self-hosted-gateway-overview.md).

0 commit comments

Comments
 (0)