dmossberg / stack-hci-outbound-connectivity

A simple powershell script to validate that required outbound network connectivity are met for Stack HCI installations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stack HCI network requirements validator

A simple powershell script to validate that required outbound network connectivity are met for Stack HCI installations.

Verified network requirements

Component Official Documentation
Stack HCI Cluster Outbound connectivity requirements
AKS Hybrid Outbound connectivity requirements
Arc for Kubernetes Outbound connectivity requirements
Arc Resource Bridge Outbound connectivity requirements

Getting Started

PS> .\Stack-HCI-Network-Requirements-Checker.ps1

If forward proxy is required pass the proxy address and port as a parameter

PS> .\Stack-HCI-Network-Requirements-Checker.ps1 -Proxy "http://proxy:8080"

image

About

A simple powershell script to validate that required outbound network connectivity are met for Stack HCI installations.


Languages

Language:PowerShell 100.0%