Skip to content

Commit 3f6a835

Browse files
committed
update for acrolinx approval
1 parent 8c62ef8 commit 3f6a835

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/aks/egress-outboundtype.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Customize cluster egress with outbound types in Azure Kubernetes Service (AKS)
3-
description: Learn how to define a custom egress route in Azure Kubernetes Service (AKS)
3+
description: Learn how to define a custom egress route in Azure Kubernetes Service (AKS).
44
author: asudbring
55
ms.subservice: aks-networking
66
ms.custom:
@@ -12,7 +12,7 @@ ms.date: 04/29/2024
1212

1313
# Customize cluster egress with outbound types in Azure Kubernetes Service (AKS)
1414

15-
You can customize egress for an AKS cluster to fit specific scenarios. By default, AKS will provision a standard SKU load balancer to be set up and used for egress. However, the default setup may not meet the requirements of all scenarios if public IPs are disallowed or additional hops are required for egress.
15+
You can customize egress for an AKS cluster to fit specific scenarios. By default, AKS provisions a standard SKU load balancer to be set up and used for egress. However, the default setup may not meet the requirements of all scenarios if public IPs are disallowed or extra hops are required for egress.
1616

1717
This article covers the various types of outbound connectivity that are available in AKS clusters.
1818

@@ -48,7 +48,7 @@ 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.
51+
- Select `managedNatGateway` when using managed virtual networks. AKS provisions a NAT gateway and attach it to the cluster subnet.
5252
- 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).
@@ -131,7 +131,7 @@ az aks update -g <resourceGroup> -n <clusterName> --outbound-type userDefinedRou
131131

132132
### Update cluster from loadbalancer to userAssignedNATGateway in BYO vnet scenario
133133

134-
- Associate nat gateway with subnet where the workload is associated with. Please refer to [Create a managed or user-assigned NAT gateway](nat-gateway.md)
134+
- Associate nat gateway with subnet where the workload is associated with. Refer to [Create a managed or user-assigned NAT gateway](nat-gateway.md)
135135

136136
```azurecli-interactive
137137
az aks update -g <resourceGroup> -n <clusterName> --outbound-type userAssignedNATGateway

0 commit comments

Comments
 (0)