How do I install AKS Engine - Units of Kubernetes on Azure Stack Hub on Windows?⌄
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Microsoft.Azure.aks-engine-azurestack --exact --version 0.80.3. winget downloads the installer from Microsoft and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install AKS Engine - Units of Kubernetes on Azure Stack Hub silently for unattended deployment?⌄
Add --silent and accept the agreements upfront: winget install --id Microsoft.Azure.aks-engine-azurestack --exact 0.80.3 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall AKS Engine - Units of Kubernetes on Azure Stack Hub via winget?⌄
Run: winget uninstall --id Microsoft.Azure.aks-engine-azurestack --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from AKS Engine - Units of Kubernetes on Azure Stack Hub's Apps & Features entry.
Is AKS Engine - Units of Kubernetes on Azure Stack Hub free?⌄
AKS Engine - Units of Kubernetes on Azure Stack Hub is distributed under MIT. Refer to the publisher (https://github.com/Azure/aks-engine-azurestack) for the full license terms - Wingetly itself does not charge for installation.
Does AKS Engine - Units of Kubernetes on Azure Stack Hub work on Windows 10?⌄
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls AKS Engine - Units of Kubernetes on Azure Stack Hub directly from the publisher.
How do I keep AKS Engine - Units of Kubernetes on Azure Stack Hub up to date?⌄
Run winget upgrade --id Microsoft.Azure.aks-engine-azurestack --exact, or winget upgrade --all to update everything winget tracks. We index 4 versions of AKS Engine - Units of Kubernetes on Azure Stack Hub from microsoft/winget-pkgs.