Skip to content

Commit 8c62ef8

Browse files
committed
update for acrolynx and md formatting
1 parent 25114b1 commit 8c62ef8

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

articles/aks/egress-outboundtype.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article covers the various types of outbound connectivity that are availabl
2121
2222
## Limitations
2323

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`.
2525

2626
## Outbound types in AKS
2727

@@ -36,9 +36,9 @@ The load balancer is used for egress through an AKS-assigned public IP. An outbo
3636

3737
If `loadBalancer` is set, AKS automatically completes the following configuration:
3838

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.
4242

4343
![Diagram shows ingress I P and egress I P, where the ingress I P directs traffic to a load balancer, which directs traffic to and from an internal cluster and other traffic to the egress I P, which directs traffic to the Internet, M C R, Azure required services, and the A K S Control Plane.](media/egress-outboundtype/outboundtype-lb.png)
4444

@@ -48,8 +48,8 @@ For more information, see [using a standard load balancer in AKS](load-balancer-
4848

4949
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.
5050

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.
5353

5454
For more information, see [using NAT gateway with AKS](nat-gateway.md).
5555

@@ -139,16 +139,13 @@ az aks update -g <resourceGroup> -n <clusterName> --outbound-type userAssignedNA
139139

140140
## Next steps
141141

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)
145-
* [NAT gateway documentation](./nat-gateway.md)
146-
* [Azure networking UDR overview](../virtual-network/virtual-networks-udr-overview.md)
147-
* [Manage route tables](../virtual-network/manage-route-table.yml)
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)
145+
- [NAT gateway documentation](./nat-gateway.md)
146+
- [Azure networking UDR overview](../virtual-network/virtual-networks-udr-overview.md)
147+
- [Manage route tables](../virtual-network/manage-route-table.yml)
148148

149149
<!-- LINKS - internal -->
150-
[az-feature-register]: /cli/azure/feature#az_feature_register
151-
[az-feature-show]: /cli/azure/feature#az_feature_show
152-
[az-provider-register]: /cli/azure/provider#az_provider_register
153150
[az-aks-update]: /cli/azure/aks#az_aks_update
154151

0 commit comments

Comments
 (0)