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
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: asudbring
5
5
ms.subservice: aks-networking
6
6
ms.author: allensu
7
7
ms.topic: how-to
8
-
ms.date: 03/28/2023
8
+
ms.date: 05/12/2023
9
9
10
10
#Customer intent: As a cluster operator, I want to define my own egress paths with user-defined routes. Since I define this up front I do not want AKS provided load balancer configurations.
11
11
---
@@ -15,7 +15,7 @@ ms.date: 03/28/2023
15
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.
16
16
17
17
This article covers the various types of outbound connectivity that are available in AKS clusters.
18
-
18
+
how
19
19
> [!NOTE]
20
20
> You can now update the `outboundType` after cluster creation. This feature is in preview. See [Updating `outboundType after cluster creation (preview)](#updating-outboundtype-after-cluster-creation-preview).
21
21
@@ -68,6 +68,26 @@ For more information, see [configuring cluster egress via user-defined routing](
68
68
69
69
Changing the outbound type after cluster creation will deploy or remove resources as required to put the cluster into the new egress configuration.
70
70
71
+
The following tables show the supported migration paths between outbound types for managed and BYO virtual networks.
| User Defined NATGateway | Not Supported | Not Supported | Not Supported | N/A |
90
+
71
91
Migration is only supported between `loadBalancer`, `managedNATGateway` (if using a managed virtual network), and `userDefinedNATGateway` (if using a custom virtual network).
0 commit comments