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
Copy file name to clipboardExpand all lines: azure-stack/user/azure-stack-kubernetes-aks-engine-deploy-windows.md
+16-17Lines changed: 16 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,10 @@
2
2
title: Deploy AKS engine on Windows in Azure Stack Hub
3
3
description: Learn how to use a Windows machine in your Azure Stack Hub to host AKS engine in order to deploy and manage a Kubernetes cluster.
4
4
author: sethmanheim
5
-
6
5
ms.topic: article
7
-
ms.date: 02/13/2023
6
+
ms.date: 11/18/2024
8
7
ms.author: sethm
9
-
ms.reviewer: waltero
8
+
ms.reviewer: sumsmith
10
9
ms.lastreviewed: 3/4/2021
11
10
12
11
# Intent: As an Azure Stack Hub user, I want to learn how to host AKS engine on a Windows VM so that I can deploy AKS engine on Windows in Azure Stack Hub.
@@ -26,32 +25,30 @@ The AKS engine is a command-line tool used to deploy and manage your Kubernetes
26
25
When choosing your client machine, consider:
27
26
28
27
1. Whether the client machine should be recoverable in a disaster.
29
-
1. How you will connect to the client machine, and how the machine will interact with your cluster?
30
-
28
+
1. How do you connect to the client machine, and how does the machine interact with your cluster?
31
29
32
30
## Install AKS Engine in a connected environment
33
31
34
32
You can install the client VM to manage your Kubernetes cluster on an Azure Stack Hub connected to the Internet.
35
33
36
-
1. Create a Windows VM in your Azure Stack Hub. For instructions, see [Quickstart: Create a Windows server VM by using the Azure Stack Hub portal](./azure-stack-quick-windows-portal.md).
37
-
2. Connect to your VM.
38
-
39
-
To install AKS Engine version 0.81.0 or later:
34
+
# [AKS Engine 0.81.0 or later](#tab/later)
35
+
To install AKS Engine version 0.81.0 or later:
40
36
41
-
3. Go to GitHub [Azure/aks-engine-azurestack](https://github.com/Azure/aks-engine-azurestack/releases/latest). Download an archive (*.tar.gz) for a Windows machine, for example, `aks-engine-azurestack-v0.xx.x-windows-amd64.tar.gz`. Find the version of AKS engine in the [Supported Kubernetes Versions table](kubernetes-aks-engine-release-notes.md#aks-engine-and-azure-stack-version-mapping).
37
+
1. Create a Windows VM in your Azure Stack Hub. For instructions, see [Quickstart: Create a Windows server VM by using the Azure Stack Hub portal](./azure-stack-quick-windows-portal.md).
38
+
1. Connect to your VM.
39
+
1. Go to GitHub [Azure/aks-engine-azurestack](https://github.com/Azure/aks-engine-azurestack/releases/latest). Download an archive (*.tar.gz) for a Windows machine, for example, `aks-engine-azurestack-v0.xx.x-windows-amd64.tar.gz`. Find the version of AKS Engine in the [Supported Kubernetes Versions table](kubernetes-aks-engine-release-notes.md#aks-engine-and-azure-stack-version-mapping).
42
40
43
-
To install AKS Engine version 0.80.2 or earlier:
41
+
# [AKS Engine 0.80.2 or earlier](#tab/earlier)
44
42
45
-
3.[Install Chocolatey using the PowerShell instructions.](https://chocolatey.org/install#install-with-powershellexe).
43
+
To install AKS Engine version 0.80.2 or earlier:
46
44
47
-
According to the Chocolatey website: Chocolatey is a package manager for Windows, like apt-get or yum but for Windows. It was designed to be a decentralized framework for quickly installing applications and tools that you need. It is built on the NuGet infrastructure currently using PowerShell as its focus for delivering packages from the distros to your door, err, computer.
48
-
4. Install [Azure CLI](/cli/azure/install-azure-cli-windows). Select the download link, and choose "**Run**". Choose the setup steps as needed.
49
-
5. Find the version of AKS engine in the [AKS engine and Azure Stack version mapping table](kubernetes-aks-engine-release-notes.md#aks-engine-and-azure-stack-version-mapping) table. The AKS Base Engine must be available in your Azure Stack Hub Marketplace. When running the command, you must specify the version `--version v0.xx.x`. If you don't specify the version, the command installs the latest version, which may need a VHD image that is not available in your marketplace.
45
+
1.[Install Chocolatey using the PowerShell instructions.](https://chocolatey.AKS Engine 0.81.0 or later-with-powershellexe)later1.Install [Azure CLI](/cli/azure/install-azure-cli-windows). Select the download link, and choose "**Run**". Choose the setup steps as needed.
46
+
1. Find the version of AKS engine in the [AKS engine and Azure Stack version mapping table](kubernetes-aks-engine-release-notes.md#aks-engine-and-azure-stack-version-mapping) table. The AKS Base Engine must be available in your Azure Stack Hub Marketplace. When running the command, you must specify the version `--version v0.xx.x`. If you don't specify the version, the command installs the latest version, which may need a VHD image that is not available in your marketplace.
50
47
> [!NOTE]
51
48
> You can find the mapping of Azure Stack Hub to AKS engine version number in the [AKS engine release notes](kubernetes-aks-engine-release-notes.md#aks-engine-and-azure-stack-version-mapping).
52
-
6. Run the following command from an elevated prompt and include the version number:
49
+
1. Run the following command from an elevated prompt and include the version number:
53
50
54
-
> [!Note]
51
+
> [!NOTE]
55
52
> For AKSe version 0.75.3 and above, the command to install AKS engine is `choco install aks-engine-azurestack`.
56
53
57
54
```PowerShell
@@ -61,6 +58,8 @@ To install AKS Engine version 0.80.2 or earlier:
61
58
> [!NOTE]
62
59
> If this method for installation fails, you can try the steps for a disconnected environment below.
63
60
61
+
---
62
+
64
63
## Install AKS Engine in a disconnected environment
65
64
66
65
You can install the client VM to manage your Kubernetes cluster on an Azure Stack Hub disconnected from the Internet.
0 commit comments