Skip to content

Commit cc14c98

Browse files
Merge pull request #238002 from chasewilson/chase/outboundTypeMatrix
Adds migration matrix tables for outbound types
2 parents 4b917d1 + d3f093a commit cc14c98

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

articles/aks/egress-outboundtype.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: asudbring
55
ms.subservice: aks-networking
66
ms.author: allensu
77
ms.topic: how-to
8-
ms.date: 03/28/2023
8+
ms.date: 05/12/2023
99

1010
#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.
1111
---
@@ -15,7 +15,7 @@ ms.date: 03/28/2023
1515
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.
1616

1717
This article covers the various types of outbound connectivity that are available in AKS clusters.
18-
18+
how
1919
> [!NOTE]
2020
> 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).
2121
@@ -68,6 +68,26 @@ For more information, see [configuring cluster egress via user-defined routing](
6868

6969
Changing the outbound type after cluster creation will deploy or remove resources as required to put the cluster into the new egress configuration.
7070

71+
The following tables show the supported migration paths between outbound types for managed and BYO virtual networks.
72+
73+
### Supported Migration Paths for Managed VNet
74+
75+
| | SLB | Managed NATGateway | BYO NATGateway | userDefinedNATGateway |
76+
|-------------------------|-----------|--------------------|----------------|-----------------------|
77+
| SLB | N/A | Supported | Not Supported | Not Supported |
78+
| Managed NATGateway | Supported | N/A | Not Supported | Not Supported |
79+
| BYO NATGateway | Supported | Not Supported | N/A | Not Supported |
80+
| User Defined NATGateway | Supported | Not Supported | Supported | N/A |
81+
82+
### Supported Migration Paths for BYO VNet
83+
84+
| | SLB | Managed NATGateway | BYO NATGateway | userDefinedNATGateway |
85+
|-------------------------|---------------|--------------------|----------------|-----------------------|
86+
| SLB | N/A | Supported | Supported | Supported |
87+
| Managed NATGateway | Supported | N/A | Not Supported | Not Supported |
88+
| BYO NATGateway | Supported | Not Supported | N/A | Supported |
89+
| User Defined NATGateway | Not Supported | Not Supported | Not Supported | N/A |
90+
7191
Migration is only supported between `loadBalancer`, `managedNATGateway` (if using a managed virtual network), and `userDefinedNATGateway` (if using a custom virtual network).
7292

7393
> [!WARNING]

0 commit comments

Comments
 (0)