Skip to content

Commit 9aab204

Browse files
committed
More
1 parent cff9553 commit 9aab204

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

AKS-Arc/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
href: tutorial-kubernetes-prepare-application.md
358358
- name: 2 - Create container registry
359359
href: tutorial-kubernetes-prepare-azure-container-registry.md
360-
- name: 3 - Deploy a workload cluster
360+
- name: 3 - Deploy a Kubernetes cluster
361361
href: tutorial-kubernetes-deploy-cluster.md
362362
- name: 4 - Run an application
363363
href: tutorial-kubernetes-deploy-application.md

AKS-Arc/concepts-support.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Tested resource limits, VM sizes, and regions for AKS enabled by Azure Arc
3-
description: Resource limits, VM sizes, regions for Azure Kubernetes Service (AKS) enabled by Azure Arc.
2+
title: Tested resource limits, VM sizes, and regions for AKS on Windows Server
3+
description: Resource limits, VM sizes, regions for Azure Kubernetes Service (AKS) on Windows Server.
44
author: sethmanheim
55
ms.topic: conceptual
66
ms.date: 03/31/2025
@@ -13,15 +13,15 @@ ms.custom: references_regions
1313

1414
---
1515

16-
# Resource limits, VM sizes, and regions for AKS enabled by Azure Arc
16+
# Resource limits, VM sizes, and regions for AKS on Windows Server
1717

1818
[!INCLUDE [applies-to-azure stack-hci-and-windows-server-skus](includes/aks-hci-applies-to-skus/aks-hybrid-applies-to-azure-stack-hci-windows-server-sku.md)]
1919

20-
This article provides information about tested configurations, resource limits, VM sizes, and regions for Azure Kubernetes Service (AKS) enabled by Azure Arc. The tests used the latest release of AKS enabled by Azure Arc.
20+
This article provides information about tested configurations, resource limits, VM sizes, and regions for Azure Kubernetes Service (AKS) on Windows Server. The tests used the latest release of AKS on Windows Server.
2121

2222
## Maximum specifications
2323

24-
AKS enabled by Arc deployments have been validated with the following configurations, including the specified maximums. Keep in mind that exceeding these maximums is at your own risk and might lead to unexpected behaviors and failures. This article provides some guidance on how to avoid common configuration mistakes and can help you create a larger configuration. If in doubt, contact your local Microsoft office for assistance or [submit a question to the community](https://feedback.azure.com/d365community/search/?q=Azure+Kubernetes).
24+
AKS on Windows Server deployments have been validated with the following configurations, including the specified maximums. Keep in mind that exceeding these maximums is at your own risk and might lead to unexpected behaviors and failures. This article provides some guidance on how to avoid common configuration mistakes and can help you create a larger configuration. If in doubt, contact your local Microsoft office for assistance or [submit a question to the community](https://feedback.azure.com/d365community/search/?q=Azure+Kubernetes).
2525

2626
| Resource | Maximum |
2727
| ---------------------------- | --------|
@@ -46,7 +46,7 @@ The hardware configuration of each physical node in the AKS Arc cluster is as fo
4646
- Disk: 8x HDDs (2 TB or larger) and 2x 1.6 TB NVMe to support S2D storage configurations.
4747
- Network: Four (4) 100-Gbit NICs (Mellanox or Intel).
4848

49-
Microsoft engineering tested AKS enabled by Arc using the above configuration. For single node. 2 node, 4 node and 8 node Windows failover clusters. If you have a requirement to exceed the tested configuration, see [Scaling AKS](#scaling-aks).
49+
Microsoft engineering tested AKS on Windows Server using this configuration, for single node, 2 node, 4 node, and 8 node Windows failover clusters. If you have a requirement that exceeds the tested configuration, see [Scaling AKS](#scaling-aks).
5050

5151
> [!IMPORTANT]
5252
> When you upgrade a deployment of AKS, extra resources are temporarily consumed.
@@ -79,7 +79,7 @@ The following VM sizes for control plane nodes, Linux worker nodes, and Windows
7979

8080
## Supported Azure regions for Azure registration
8181

82-
AKS enabled by Arc is supported in the following Azure regions:
82+
AKS on Windows Server is supported in the following Azure regions:
8383

8484
- Australia East
8585
- East US
@@ -171,7 +171,7 @@ The following scaling example is based on these general assumptions/use cases:
171171
- To run 200 worker nodes in one target cluster, you can use the default control plane and load balancer size. Depending on the number of pods per node, you can go up at least one size on the control plane and use **Standard_D8s_v3**.
172172
- Depending on the number of Kubernetes services hosted in each target cluster, you might have to increase the size of the load balancer VM as well at target cluster creation to ensure that services can be reached with high performance and traffic is routed accordingly.
173173

174-
The deployment of AKS enabled by Arc distributes the worker nodes for each node pool in a target cluster across the available nodes using placement logic.
174+
The deployment of AKS on Windows Server distributes the worker nodes for each node pool in a target cluster across the available nodes using placement logic.
175175

176176
> [!IMPORTANT]
177177
> The node placement is not preserved during platform and AKS upgrades and will change over time. A failed physical node also impacts the distribution of virtual machines across the remaining cluster nodes.

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Deploy a workload cluster on AKS enabled by Azure Arc
3-
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.
2+
title: Deploy a Kubernetes cluster on Windows Server
3+
description: In this tutorial, learn how to create a Kubernetes cluster and use kubectl to connect to the Kubernetes master node in AKS on Windows Server.
44
ms.topic: tutorial
55
ms.date: 04/03/2025
66
ms.author: sethm
@@ -13,7 +13,7 @@ author: sethmanheim
1313

1414
---
1515

16-
# Tutorial: Deploy a workload cluster on AKS enabled by Arc
16+
# Tutorial: Deploy a Kubernetes cluster on Windows Server
1717

1818
[!INCLUDE [applies-to-azure stack-hci-and-windows-server-skus](includes/aks-hci-applies-to-skus/aks-hybrid-applies-to-azure-stack-hci-windows-server-sku.md)]
1919

@@ -22,7 +22,7 @@ Kubernetes provides a distributed platform for containerized applications.
2222
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 Windows Server
25+
> * Deploy a Kubernetes cluster on Windows Server
2626
> * Install the Kubernetes CLI (kubectl)
2727
> * Configure kubectl to connect to your workload cluster
2828
@@ -156,9 +156,9 @@ 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 Windows Server
159+
> * Deploy a Kubernetes cluster on Windows Server
160160
> * Install the Kubernetes CLI (kubectl)
161-
> * Configure kubectl to connect to your AKS cluster
161+
> * Configure kubectl to connect to your Kubernetes cluster
162162
163163
Advance to the next tutorial to learn how to deploy an application to the cluster.
164164

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Remove-AksHciCluster -name mycluster
185185

186186
## Next steps
187187

188-
In this tutorial, you upgraded Kubernetes in a Kubernetes cluster on AKS enabled by Arc. You learned how to:
188+
In this tutorial, you upgraded a Kubernetes cluster on Windows Server. You learned how to:
189189

190190
> [!div class="checklist"]
191191
> * Identify current and available Kubernetes versions

0 commit comments

Comments
 (0)