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/egress-outboundtype.md
+12-15Lines changed: 12 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This article covers the various types of outbound connectivity that are availabl
21
21
22
22
## Limitations
23
23
24
-
* Setting `outboundType` requires AKS clusters with a `vm-set-type` of `VirtualMachineScaleSets` and `load-balancer-sku` of `Standard`.
24
+
- Setting `outboundType` requires AKS clusters with a `vm-set-type` of `VirtualMachineScaleSets` and `load-balancer-sku` of `Standard`.
25
25
26
26
## Outbound types in AKS
27
27
@@ -36,9 +36,9 @@ The load balancer is used for egress through an AKS-assigned public IP. An outbo
36
36
37
37
If `loadBalancer` is set, AKS automatically completes the following configuration:
38
38
39
-
* A public IP address is provisioned for cluster egress.
40
-
* The public IP address is assigned to the load balancer resource.
41
-
* Backend pools for the load balancer are set up for agent nodes in the cluster.
39
+
- A public IP address is provisioned for cluster egress.
40
+
- The public IP address is assigned to the load balancer resource.
41
+
- Backend pools for the load balancer are set up for agent nodes in the cluster.
42
42
43
43

44
44
@@ -48,8 +48,8 @@ For more information, see [using a standard load balancer in AKS](load-balancer-
48
48
49
49
If `managedNatGateway` or `userAssignedNatGateway` are selected for `outboundType`, AKS relies on [Azure Networking NAT gateway](../virtual-network/nat-gateway/manage-nat-gateway.md) for cluster egress.
50
50
51
-
* Select `managedNatGateway` when using managed virtual networks. AKS will provision a NAT gateway and attach it to the cluster subnet.
52
-
* Select `userAssignedNatGateway` when using bring-your-own virtual networking. This option requires that you have provisioned a NAT gateway before cluster creation.
51
+
- Select `managedNatGateway` when using managed virtual networks. AKS will provision a NAT gateway and attach it to the cluster subnet.
52
+
- Select `userAssignedNatGateway` when using bring-your-own virtual networking. This option requires that you have provisioned a NAT gateway before cluster creation.
53
53
54
54
For more information, see [using NAT gateway with AKS](nat-gateway.md).
55
55
@@ -139,16 +139,13 @@ az aks update -g <resourceGroup> -n <clusterName> --outbound-type userAssignedNA
139
139
140
140
## Next steps
141
141
142
-
*[Configure standard load balancing in an AKS cluster](load-balancer-standard.md)
143
-
*[Configure NAT gateway in an AKS cluster](nat-gateway.md)
144
-
*[Configure user-defined routing in an AKS cluster](egress-udr.md)
0 commit comments