Skip to content

Commit b063248

Browse files
committed
Add PS commands in separate section
1 parent 265087b commit b063248

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Firewall requirements for AKS have been consolidated with Azure Local firewall r
7373

7474
## DNS server settings
7575

76-
You need to ensure that the DNS server of the logical network can resolve the FQDN of the Azure Local cluster. DNS name resolution is required for all Azure Local nodes to be able to communicate with the AKS VM nodes.
76+
You need to ensure that the DNS server of the logical network can resolve the FQDN of the Azure Local cluster. DNS name resolution is required for all Azure Local nodes to be able to communicate with the AKS VM nodes.
7777

7878
## Network port and cross-VLAN requirements
7979

@@ -85,7 +85,17 @@ 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 the following PowerShell commands to get the Azure Local cluster IP address:<br>`get-clusterresource -name "cluster ip address"`<br><br>`get-clusterparameter -name Address`<br><br>`select -Property Value` | Logical network used for AKS Arc VMs. | This port 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. |
88+
| 40343 | Cluster IP address. [Use the PowerShell commands in the next section](#get-azure-local-cluster-ip-address) to get the Azure Local cluster IP address | Logical network used for AKS Arc VMs. | This port 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. |
89+
90+
### Get Azure Local cluster IP address
91+
92+
To get the Azure Local cluster IP address, use the following PowerShell commands:
93+
94+
```powershell
95+
get-clusterresource -name "cluster ip address"
96+
get-clusterparameter -name Address
97+
select -Property Value
98+
```
8999

90100
## Next steps
91101

0 commit comments

Comments
 (0)