Skip to content

Commit 6aa777b

Browse files
committed
New section
Signed-off-by: Tom Kerkhove <[email protected]>
1 parent 9e67704 commit 6aa777b

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
@@ -32,6 +32,10 @@ The minimum number of replicas suitable for production is two.
3232

3333
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.
3434

35+
## Autoscaling
36+
37+
While we provide [guidance on the minimum number of replicas](#number-of-replicas) for the self-hosted gateway, we recommend that you use autoscaling to meet demand of your traffic more proactively.
38+
3539
## Container resources
3640
By default, the YAML file provided in the Azure portal doesn't specify container resource requests.
3741

0 commit comments

Comments
 (0)