You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-management/how-to-deploy-self-hosted-gateway-kubernetes.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ It's impossible to reliably predict and recommend the amount of per-container CP
83
83
- Request rate.
84
84
- Kind and number of configured policies.
85
85
- Payload size and whether payloads are buffered or streamed.
86
-
- Back-end service latency.
86
+
- Backend service latency.
87
87
88
88
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.
89
89
@@ -95,7 +95,7 @@ Consider using a specific version tag in production to avoid unintentional upgra
95
95
You can [download a full list of available tags](https://mcr.microsoft.com/v2/azure-api-management/gateway/tags/list).
96
96
97
97
### 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.
99
99
100
100
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.
101
101
@@ -114,4 +114,4 @@ Consider [setting up local monitoring](how-to-configure-local-metrics-logs.md) t
114
114
115
115
## Next steps
116
116
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