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-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,9 @@ This article shows you how to create an Azure Kubernetes Service (AKS) cluster w
28
28
* If no zone is specified when creating a managed NAT gateway, than NAT gateway is deployed to "no zone" by default. No zone NAT gateway resources are deployed to a single availability zone for you by Azure. For more information on non-zonal deployment model, see [non-zonal NAT gateway](/azure/nat-gateway/nat-availability-zones#non-zonal).
29
29
* A managed NAT gateway resource can't be used across multiple availability zones.
30
30
31
+
> [!IMPORTANT]
32
+
> If no value for the outbound IP address is specified, the default value is one.
33
+
31
34
```azurecli-interactive
32
35
az aks create \
33
36
--resource-group myResourceGroup \
@@ -53,9 +56,7 @@ This article shows you how to create an Azure Kubernetes Service (AKS) cluster w
53
56
54
57
This configuration requires bring-your-own networking (via [Kubenet][byo-vnet-kubenet] or [Azure CNI][byo-vnet-azure-cni]) and that the NAT gateway is preconfigured on the subnet. The following commands create the required resources for this scenario.
55
58
56
-
> [!IMPORTANT]
57
-
> Zonal configuration for your NAT gateway resource can be done with managed or user-assigned NAT gateway resources.
58
-
> If no value for the outbound IP address is specified, the default value is one.
59
+
59
60
60
61
1. Create a resource group using the [`az group create`][az-group-create] command.
> A single NAT gateway resource cannot be used across multiple availability zones. To ensure zone-resiliency, it is recommended to deploy a NAT gateway resource to each availability zone and assign to subnets containing AKS clusters in each zone. For more information on this deployment model, see [NAT gateway for each zone](/azure/nat-gateway/nat-availability-zones#zonal-nat-gateway-resource-for-each-zone-in-a-region-to-create-zone-resiliency).
99
+
> A single NAT gateway resource can't be used across multiple availability zones. To ensure zone-resiliency, it is recommended to deploy a NAT gateway resource to each availability zone and assign to subnets containing AKS clusters in each zone. For more information on this deployment model, see [NAT gateway for each zone](/azure/nat-gateway/nat-availability-zones#zonal-nat-gateway-resource-for-each-zone-in-a-region-to-create-zone-resiliency).
99
100
> If no zone is configured for NAT gateway, the default zone placement is "no zone", in which Azure places NAT gateway into a zone for you.
100
101
101
102
5. Create a virtual network using the [`az network vnet create`][az-network-vnet-create] command.
0 commit comments