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/aks/nat-gateway.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,21 +12,18 @@ ms.author: allensu
12
12
13
13
# Managed NAT Gateway
14
14
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.
16
16
17
17
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.
18
18
19
19
## Before you begin
20
20
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.
25
24
26
25
## Create an AKS cluster with a Managed NAT Gateway
27
26
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
-
30
27
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.
31
28
32
29
```azurecli-interactive
@@ -44,7 +41,7 @@ az aks create \
44
41
```
45
42
46
43
> [!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.
0 commit comments