Skip to content

Commit ea35d9c

Browse files
Update nat-gateway.md
update important note
1 parent fef5b6b commit ea35d9c

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

articles/aks/nat-gateway.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ This article shows you how to create an Azure Kubernetes Service (AKS) cluster w
2828
* 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).
2929
* A managed NAT gateway resource can't be used across multiple availability zones.
3030

31+
> [!IMPORTANT]
32+
> If no value for the outbound IP address is specified, the default value is one.
33+
3134
```azurecli-interactive
3235
az aks create \
3336
--resource-group myResourceGroup \
@@ -53,9 +56,7 @@ This article shows you how to create an Azure Kubernetes Service (AKS) cluster w
5356
5457
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.
5558
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+
5960
6061
1. Create a resource group using the [`az group create`][az-group-create] command.
6162
@@ -95,7 +96,7 @@ This configuration requires bring-your-own networking (via [Kubenet][byo-vnet-ku
9596
--public-ip-addresses myNatGatewayPip
9697
```
9798
> [!Important]
98-
> 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).
99100
> 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.
100101
101102
5. Create a virtual network using the [`az network vnet create`][az-network-vnet-create] command.

0 commit comments

Comments
 (0)