Skip to content

Commit a56c589

Browse files
Merge pull request #230961 from schaffererin/managed-nat-gw-custom-vnet
Removing repeated information and adding sentence on custom vnet limitation
2 parents 8dc18bc + 5513f44 commit a56c589

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

articles/aks/nat-gateway.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,18 @@ ms.author: allensu
1212

1313
# Managed NAT Gateway
1414

15-
While you can route egress traffic through an Azure Load Balancer, there are limitations on the amount of outbound flows of traffic you can have. Azure NAT Gateway allows up to 64,512 outbound UDP and TCP traffic flows per IP address with a maximum of 16 IP addresses.
15+
While you can route egress traffic through an Azure Load Balancer, there are limitations on the amount of outbound flows of traffic you can have. Azure NAT Gateway allows up to 64,512 outbound UDP and TCP traffic flows per IP address with a maximum of 16 IP addresses.
1616

1717
This article shows you how to create an AKS cluster with a Managed NAT Gateway for egress traffic and how to disable OutboundNAT on Windows.
1818

1919
## Before you begin
2020

21-
To use Managed NAT gateway, you must have the following prerequisites:
22-
23-
* The latest version of [Azure CLI][az-cli]
24-
* Kubernetes version 1.20.x or above
21+
* Make sure you're using the latest version of [Azure CLI][az-cli].
22+
* Make sure you're using Kubernetes version 1.20.x or above.
23+
* Managed NAT Gateway is incompatible with custom virtual networks.
2524

2625
## Create an AKS cluster with a Managed NAT Gateway
2726

28-
To create an AKS cluster with a new Managed NAT Gateway, use `--outbound-type managedNATGateway`, `--nat-gateway-managed-outbound-ip-count`, and `--nat-gateway-idle-timeout` when running `az aks create`. The following example creates a *myresourcegroup* resource group, then creates a *natcluster* AKS cluster in *myresourcegroup* with a Managed NAT Gateway, two outbound IPs, and an idle timeout of 4 minutes.
29-
3027
To create an AKS cluster with a new Managed NAT Gateway, use `--outbound-type managedNATGateway`, `--nat-gateway-managed-outbound-ip-count`, and `--nat-gateway-idle-timeout` when running `az aks create`. The following example creates a *myResourceGroup* resource group, then creates a *natCluster* AKS cluster in *myResourceGroup* with a Managed NAT Gateway, two outbound IPs, and an idle timeout of 30 seconds.
3128

3229
```azurecli-interactive
@@ -44,7 +41,7 @@ az aks create \
4441
```
4542

4643
> [!IMPORTANT]
47-
> If no value the outbound IP address is specified, the default value is one.
44+
> If no value for the outbound IP address is specified, the default value is one.
4845
4946
### Update the number of outbound IP addresses
5047

0 commit comments

Comments
 (0)