Skip to content

Commit edf3b75

Browse files
Merge pull request #217920 from tomkerkhove/patch-5
docs(apim): Provide performance guidance for SHGW
2 parents c025117 + 9112d45 commit edf3b75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/api-management/how-to-self-hosted-gateway-on-kubernetes-in-production.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@ The minimum number of replicas suitable for production is three, preferably comb
167167

168168
By default, a self-hosted gateway is deployed with a **RollingUpdate** deployment [strategy](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy). Review the default values and consider explicitly setting the [maxUnavailable](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#max-unavailable) and [maxSurge](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#max-surge) fields, especially when you're using a high replica count.
169169

170+
## Performance
171+
172+
We recommend reducing container logs to warnings (`warn`) to improve for performance. Learn more in our [self-hosted gateway configuration reference](self-hosted-gateway-settings-reference.md).
173+
170174
## Security
171175
The self-hosted gateway is able to run as non-root in Kubernetes allowing customers to run the gateway securely.
172176

0 commit comments

Comments
 (0)