Skip to content

Commit ea447db

Browse files
committed
Add extra row to ports table
1 parent 5b36b0c commit ea447db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AKS-Arc/aks-hci-network-system-requirements.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: AKS enabled by Azure Arc network requirements
33
description: Learn about AKS network prerequisites.
44
ms.topic: overview
5-
ms.date: 04/23/2025
5+
ms.date: 07/10/2025
66
author: sethmanheim
77
ms.author: sethm
88
ms.reviewer: abha
@@ -85,6 +85,7 @@ When you deploy Azure Local, you allocate a contiguous block of at least [six st
8585
| 6443 | Logical network used for AKS Arc VMs | IP addresses in management network | Required to communicate with Kubernetes APIs. | If you use separate VLANs, IP addresses in management network used for Azure Local and Arc Resource Bridge need to access the AKS Arc cluster VMs on this port and vice-versa.|
8686
| 55000 | IP addresses in management network | Logical network used for AKS Arc VMs | Cloud Agent gRPC server | If you use separate VLANs, the AKS Arc VMs need to access the IP addresses in management network used for cloud agent IP and cluster IP on this port and vice-versa. |
8787
| 65000 | IP addresses in management network | Logical network used for AKS Arc VMs | Cloud Agent gRPC authentication | If you use separate VLANs, the AKS Arc VMs need to access the IP addresses in management network used for cloud agent IP and cluster IP on this port and vice-versa. |
88+
| 40343 | Cluster IP address. Use this command to get the Azure Local cluster IP address:<br>`get-clusterresource -name "cluster ip address"`<br>`get-clusterparameter -name Address`<br>`select -Property Value` | Logical network used for AKS Arc VMs.` | This port only requires that the Azure Local cluster is configured with the Arc gateway for outbound connectivity. | If you use separate VLANs or subnets, the AKS Arc VMs need to access the IP addresses in the management network, including the Azure Local cluster IP on this port, and vice-versa. |
8889

8990
## Next steps
9091

0 commit comments

Comments
 (0)