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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
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).
4
4
author: asudbring
5
5
ms.subservice: aks-networking
6
6
ms.custom:
@@ -12,7 +12,7 @@ ms.date: 04/29/2024
12
12
13
13
# Customize cluster egress with outbound types in Azure Kubernetes Service (AKS)
14
14
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.
16
16
17
17
This article covers the various types of outbound connectivity that are available in AKS clusters.
18
18
@@ -48,7 +48,7 @@ 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.
51
+
- Select `managedNatGateway` when using managed virtual networks. AKS provisions a NAT gateway and attach it to the cluster subnet.
52
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).
@@ -131,7 +131,7 @@ az aks update -g <resourceGroup> -n <clusterName> --outbound-type userDefinedRou
131
131
132
132
### Update cluster from loadbalancer to userAssignedNATGateway in BYO vnet scenario
133
133
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)
135
135
136
136
```azurecli-interactive
137
137
az aks update -g <resourceGroup> -n <clusterName> --outbound-type userAssignedNATGateway
0 commit comments