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
description: Guidelines to transition to standard load balancer for Azure HDInsight.
4
4
ms.service: azure-hdinsight
5
5
ms.topic: how-to
6
-
ms.date: 10/18/2024
6
+
ms.date: 11/26/2024
7
7
---
8
8
9
9
# Basic Load balancer deprecation: Guidelines for Azure HDInsight
@@ -26,6 +26,8 @@ This transition is done in line with the announcement of retirement of Azure bas
26
26
27
27
### New cluster creation
28
28
29
+
There are several ways provided in the document [Source Network Address Translation (SNAT) for outbound connections](/azure/load-balancer/load-balancer-outbound-connections) that could provide outbound connectivity for a cluster. The only compatible way with HDInsight is to associate a NAT gateway to the subnet, which supports auto-scaling features of HDInsight clusters.
30
+
29
31
***Scenario 1:** HDInsight clusters without custom virtual network (Creating cluster without any virtual network).
30
32
31
33
* In this case, no impact. You can recreate the cluster directly.
@@ -35,12 +37,8 @@ This transition is done in line with the announcement of retirement of Azure bas
35
37
* In this case, there are two options to create a cluster
36
38
37
39
**Approach 1:** Create the cluster with a new subnet
38
-
39
-
1. Choose the outbound connectivity for your cluster
40
-
41
-
Follow this document [Use Source Network Address Translation (SNAT) for outbound connections](/azure/load-balancer/load-balancer-outbound-connections), and choose one method to provide outbound connectivity for the new cluster. The most recommended way is to attach a NAT gateway and a Network Security Group (NSG) to the subnet.
42
-
43
-
1. Create a new NAT gateway and a new Network Security Group(NSG) or use the existing ones.
40
+
41
+
1. Create a new NAT gateway and a new Network Security Group (NSG) or use the existing ones.
44
42
45
43
> [!NOTE]
46
44
> You can use an existing NAT gateway and NSG.
@@ -61,9 +59,7 @@ This transition is done in line with the announcement of retirement of Azure bas
61
59
62
60
**Approach 2:** Create the cluster using the existing subnet
63
61
64
-
Your existing virtual network may be incompatible with Azure Standard Load Balancer, to upgrade your existing custom virtual network to integrate with Azure standard load balancer (which HDInsight clusters use by default now), see, [Use Source Network Address Translation (SNAT) for outbound connections](/azure/load-balancer/load-balancer-outbound-connections) to provide outbound connectivity for the cluster.
65
-
66
-
The most recommended way is to attach a network security group and a NAT gateway to the subnet. Since the existing subnet which has HDInsight clusters with Azure basic load balancers can't be associated with an NAT gateway due to incompatibility with basic load balancer, there are two scenarios:
62
+
Your existing virtual network may be incompatible with Azure Standard Load Balancer, to upgrade your existing custom virtual network to integrate with Azure standard load balancer. You need to attach a network security group and a NAT gateway to your existing subnet. Since the existing subnet which has HDInsight clusters with Azure basic load balancers can't be associated with an NAT gateway due to incompatibility with basic load balancer, there are two scenarios:
67
63
68
64
***Case 1:** Existing subnet has no HDInsight clusters with Azure Basic Load Balancers
69
65
@@ -93,7 +89,7 @@ This transition is done in line with the announcement of retirement of Azure bas
93
89
94
90
Consider one of these methods:
95
91
96
-
***Method 1:**The most recommended way is to associate a NAT gateway to the subnet along with network security group.
92
+
***Method 1:**Associate the subnet with a NAT gateway and network security group.
97
93
98
94
According to [Azure NAT Gateway frequently asked questions](/azure/nat-gateway/faq#are-basic-sku-resources--basic-load-balancer-and-basic-public-ip-addresses--compatible-with-a-nat-gateway), NAT gateway is incompatible with Azure basic load balancer.
99
95
@@ -121,10 +117,8 @@ This transition is done in line with the announcement of retirement of Azure bas
***Method 2:** Select option other than **Associate a NAT gateway to the subnet** provided in [Use Source Network Address Translation (SNAT) for outbound connections](/azure/load-balancer/load-balancer-outbound-connections), and follow the instruction for the selected option.
126
-
127
-
***Method 3:** Create a new subnet and then create the cluster with the new subnet.
120
+
121
+
***Method 2:** Create a new subnet and then create the cluster with the new subnet.
128
122
129
123
> [!NOTE]
130
124
> If you are using an ESP cluster with MFA disabled, ensure to check the MFA status once cluster is recreated using a NAT gateway.
0 commit comments