Skip to content

Commit 8b6b1b1

Browse files
authored
docs(apim): Provide performance guidance for SHGW
1 parent 64461fc commit 8b6b1b1

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)