Skip to content

Commit cff9553

Browse files
committed
More incorp
1 parent d643d2e commit cff9553

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

AKS-Arc/tutorial-kubernetes-deploy-cluster.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Deploy a workload cluster on AKS enabled by Azure Arc
33
description: In this tutorial, learn how to create a Kubernetes cluster and use kubectl to connect to the Kubernetes master node in AKS enabled by Arc.
44
ms.topic: tutorial
5-
ms.date: 01/05/2024
5+
ms.date: 04/03/2025
66
ms.author: sethm
77
ms.lastreviewed: 1/14/2022
88
ms.reviewer: jeguan
@@ -19,10 +19,10 @@ author: sethmanheim
1919

2020
Kubernetes provides a distributed platform for containerized applications.
2121

22-
In this tutorial, part three of seven, a Kubernetes cluster is deployed on AKS on Azure Local. You'll learn how to:
22+
In this tutorial, part three of seven, a Kubernetes cluster is deployed on AKS on Windows Server. You'll learn how to:
2323

2424
> [!div class="checklist"]
25-
> * Deploy an AKS cluster on Azure Local
25+
> * Deploy an AKS cluster on Windows Server
2626
> * Install the Kubernetes CLI (kubectl)
2727
> * Configure kubectl to connect to your workload cluster
2828
@@ -46,7 +46,7 @@ Set-AksHciRegistration -subscription mysubscription -resourceGroupName myresourc
4646

4747
You must customize these values according to your Azure subscription and resource group name.
4848

49-
Then, run the following command to ensure that all requirements on each physical node are met to install AKS on Azure Local:
49+
Then, run the following command to ensure that all requirements on each physical node are met to install AKS on Windows Server:
5050

5151
```powershell
5252
Initialize-AksHciNode
@@ -156,7 +156,7 @@ moc-lel7tzxdt30 Ready control-plane,master 6d20h v1.20.7
156156
In this tutorial, a Kubernetes cluster was deployed in AKS, and you configured `kubectl` to connect to it. You learned how to:
157157

158158
> [!div class="checklist"]
159-
> * Deploy an AKS cluster on Azure Local
159+
> * Deploy an AKS cluster on Windows Server
160160
> * Install the Kubernetes CLI (kubectl)
161161
> * Configure kubectl to connect to your AKS cluster
162162

0 commit comments

Comments
 (0)