Skip to content

Commit a9bc140

Browse files
committed
More articles
1 parent b5f9b8d commit a9bc140

24 files changed

+72
-72
lines changed

AKS-Arc/azure-hybrid-benefit-22h2.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure Hybrid Benefit for AKS enabled by Azure Arc
3-
description: Activate Azure Hybrid Benefit for AKS enabled by Arc on Windows Server.
2+
title: Azure Hybrid Benefit for AKS on Windows Server
3+
description: Activate Azure Hybrid Benefit for AKS on Windows Server.
44
author: sethmanheim
55
ms.author: sethm
66
ms.date: 04/01/2025
@@ -14,15 +14,15 @@ ms.custom:
1414
# Keyword: Azure Hybrid Benefit for AKS
1515
---
1616

17-
# Azure Hybrid Benefit for AKS enabled by Azure Arc
17+
# Azure Hybrid Benefit for AKS on Windows Server
1818

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

21-
Azure Hybrid Benefit is a program that enables you to significantly reduce the costs of running workloads in the cloud. With Azure Hybrid Benefit for AKS enabled by Arc, you can maximize the value of your on-premises licenses and modernize your applications at no extra cost.
21+
Azure Hybrid Benefit is a program that enables you to significantly reduce the costs of running workloads in the cloud. With Azure Hybrid Benefit for AKS on Windows Server, you can maximize the value of your on-premises licenses and modernize your applications at no extra cost.
2222

2323
## What is Azure Hybrid Benefit for AKS?
2424

25-
Azure Hybrid Benefit for AKS enabled by Arc is a new benefit that can help you significantly reduce the cost of running Kubernetes on-premises or at the edge. It works by letting you apply your on-premises Windows Server Datacenter or Standard licenses with Software Assurance (SA) to pay for AKS. Each Windows Server core license entitles use on 1 virtual core of AKS. There are a few important details to note regarding activation of the benefit for AKS:
25+
Azure Hybrid Benefit for AKS on Windows Server is a new benefit that can help you significantly reduce the cost of running Kubernetes on-premises or at the edge. It works by letting you apply your on-premises Windows Server Datacenter or Standard licenses with Software Assurance (SA) to pay for AKS. Each Windows Server core license entitles use on 1 virtual core of AKS. There are a few important details to note regarding activation of the benefit for AKS:
2626

2727
- Azure Hybrid Benefit for AKS is enabled at the management cluster (or AKS host) level. You don't need to enable the benefit for workload clusters.
2828
- If you have multiple AKS on Windows Server deployments, you must enable Azure Hybrid Benefit individually for each deployment.

AKS-Arc/backup-workload-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.reviewer: scooley
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 describes how to install and use Velero to back up and restore workload and target clusters using Azure Blob Storage or MinIO storage in AKS enabled by Azure Arc.
20+
This article describes how to install and use Velero to back up and restore workload and target clusters using Azure Blob Storage or MinIO storage in AKS on Windows Server.
2121

2222
[Velero](https://velero.io/docs) is an open-source community standard tool for backing up and restoring Kubernetes cluster objects and persistent volumes. It supports various [storage providers](https://velero.io/docs/main/supported-providers/) to store its backups. If an AKS Arc target Kubernetes cluster crashes and fails to recover, you can use a Velero backup to restore its contents and internal API objects to a new cluster.
2323

AKS-Arc/configure-load-balancer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create and use load balancer with Azure Kubernetes Service in AKS enabled by Azure Arc
2+
title: Create and use load balancer with Azure Kubernetes Service in AKS on Windows Server
33
description: Learn how to create and use load balancer with Azure Kubernetes Service (AKS) in AKS Arc.
44
author: sethmanheim
55
ms.topic: how-to
@@ -13,7 +13,7 @@ ms.reviewer: rbaziwane
1313

1414
---
1515

16-
# Create and use load balancer with Azure Kubernetes Service in AKS enabled by Arc
16+
# Create and use load balancer with Azure Kubernetes Service in 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

AKS-Arc/connect-to-arc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Connect an Azure Kubernetes Service cluster to Azure Arc in AKS enabled by Azure Arc
2+
title: Connect an Azure Kubernetes Service cluster to Azure Arc in AKS on Windows Server
33
description: Connect an Azure Kubernetes Service (AKS) cluster to Kubernetes.
44
author: sethmanheim
55
ms.topic: how-to
@@ -28,7 +28,7 @@ To connect a Kubernetes cluster to Azure, the cluster administrator must deploy
2828

2929
AKS supports industry-standard SSL to secure data in transit. Also, data is stored encrypted at rest in an Azure Cosmos DB database to ensure data confidentiality.
3030

31-
The following steps describe how to connect AKS clusters to Azure Arc in AKS enabled by Arc. You can skip these steps if you already connected your Kubernetes cluster to Azure Arc using Windows Admin Center.
31+
The following steps describe how to connect AKS clusters to Azure Arc in AKS on Windows Server. You can skip these steps if you already connected your Kubernetes cluster to Azure Arc using Windows Admin Center.
3232

3333
## Before you begin
3434

AKS-Arc/create-ingress-controller.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Use an ingress controller in AKS enabled by Azure Arc
3-
description: Learn how to deploy an ingress controller in Azure Kubernetes Service in AKS enabled by Arc.
2+
title: Use an ingress controller in AKS on Windows Server
3+
description: Learn how to deploy an ingress controller in Azure Kubernetes Service in AKS on Windows Server.
44
author: sethmanheim
55
ms.topic: how-to
66
ms.date: 06/25/2024

AKS-Arc/deploy-arc-data-services.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Deploy Azure Arc-enabled data services in AKS enabled by Azure Arc
3-
description: Learn how to deploy Azure Arc-enabled data services in AKS enabled by Azure Arc.
2+
title: Deploy Azure Arc-enabled data services in AKS on Windows Server
3+
description: Learn how to deploy Azure Arc-enabled data services in AKS on Windows Server.
44
author: sethmanheim
55
ms.topic: how-to
66
ms.date: 04/02/2025
@@ -16,7 +16,7 @@ ms.reviewer: rbaziwane
1616

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

19-
This article provides a checklist of prerequisites you can follow to deploy Azure Arc-enabled data services on Azure Kubernetes Service (AKS) enabled by Azure Arc. You must have [AKS](kubernetes-walkthrough-powershell.md) installed before using the checklist.
19+
This article provides a checklist of prerequisites you can follow to deploy Azure Arc-enabled data services on Azure Kubernetes Service (AKS) on Windows Server. You must install [AKS on Windows Server](kubernetes-walkthrough-powershell.md) before using the checklist.
2020

2121
## Prerequisites for AKS on Windows Server
2222

AKS-Arc/deploy-gpu-node-pool-22h2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Use GPUs for compute-intensive workloads
3-
description: Learn how to deploy GPU-enabled node pools in AKS enabled by Azure Arc on Windows Server.
3+
description: Learn how to deploy GPU-enabled node pools in AKS on Windows Server.
44
author: sethmanheim
55
ms.topic: how-to
66
ms.date: 04/02/2025
@@ -15,7 +15,7 @@ ms.lastreviewed: 03/21/2023
1515

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

18-
Graphical Processing Units (GPU) are used for compute-intensive workloads such as machine learning, deep learning, and more. This article describes how to use GPUs for compute-intensive workloads in AKS enabled by Azure Arc.
18+
Graphical Processing Units (GPU) are used for compute-intensive workloads such as machine learning, deep learning, and more. This article describes how to use GPUs for compute-intensive workloads in AKS on Windows Server.
1919

2020
## Before you begin
2121

@@ -101,7 +101,7 @@ Repeat steps 1 to 3 for each node in your failover cluster.
101101
102102
## Install or update AKS
103103

104-
See the AKS quickstart using [PowerShell](kubernetes-walkthrough-powershell.md) or using [Windows Admin Center](setup.md) to install or update AKS enabled by Arc.
104+
See the AKS quickstart using [PowerShell](kubernetes-walkthrough-powershell.md) or using [Windows Admin Center](setup.md) to install or update AKS on Windows Server.
105105

106106
## Create a new workload cluster with a GPU-enabled node pool
107107

AKS-Arc/deploy-target-clusters-virtual-networks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.reviewer: kybisnet
1717

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

20-
Deploying AKS enabled by Azure Arc target clusters on different [software defined networking (SDN) virtual networks (VNets)](software-defined-networking.md) can offer a range of benefits, primarily focused on security, scalability, and organization of networks:
20+
Deploying AKS on Windows Server target clusters on different [software defined networking (SDN) virtual networks (VNets)](software-defined-networking.md) can offer a range of benefits, primarily focused on security, scalability, and organization of networks:
2121

2222
- **Security and isolation**: Each isolated VNet acts as a separate entity, which can help to contain potential security threats. If one network is compromised, the threat is less likely to spread to other VNets.
2323
- **Scalability**: Deploying AKS target clusters on multiple networks can improve the scalability of your applications. As your requirements and/or compliance grows, you can add more AKS target clusters to new SDN VNets.

AKS-Arc/helm-deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Deploy applications with Helm
3-
description: Learn how to use Helm to deploy applications on AKS enabled by Azure Arc.
3+
description: Learn how to use Helm to deploy applications in AKS on Windows Server.
44
author: sethmanheim
55
ms.topic: how-to
66
ms.date: 07/03/2024
@@ -19,7 +19,7 @@ ms.reviewer: rbaziwane
1919

2020
[Helm](https://helm.sh/) is an open-source packaging tool that helps you install and manage the lifecycle of Kubernetes applications. Similar to Linux package managers, such as **APT** and **Yum**, Helm manages Kubernetes charts, which are packages of pre-configured Kubernetes resources.
2121

22-
This article describes how to use Helm to package and deploy applications on AKS when you're using Azure Kubernetes Service enabled by Azure Arc.
22+
This article describes how to use Helm to package and deploy applications on AKS when you're using AKS on Windows Server.
2323

2424
## Before you begin
2525

AKS-Arc/manage-node-pools-22h2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Manage node pools for a cluster in AKS on Windows Server
3-
description: Learn how to manage multiple node pools in AKS enabled by Azure Arc on Windows Server.
3+
description: Learn how to manage multiple node pools in AKS on Windows Server.
44
ms.topic: how-to
55
ms.custom:
66
ms.date: 04/02/2025
@@ -15,9 +15,9 @@ ms.lastreviewed: 01/30/2024
1515
[!INCLUDE [aks-hybrid-applies-to-azure-stack-hci-windows-server-sku](includes/aks-hci-applies-to-skus/aks-hybrid-applies-to-azure-stack-hci-windows-server-sku.md)]
1616

1717
> [!NOTE]
18-
> For information about managing node pools in AKS on Azure Local 23H2, see [Manage node pools](manage-node-pools.md).
18+
> For information about managing node pools in AKS on Azure Local, see [Manage node pools](manage-node-pools.md).
1919
20-
In AKS enabled by Azure Arc, nodes of the same configuration are grouped together into *node pools*. These node pools contain the underlying VMs that run your applications. This article shows you how to create and manage node pools for a cluster in AKS Arc.
20+
In AKS on Windows Server, nodes of the same configuration are grouped together into *node pools*. These node pools contain the underlying VMs that run your applications. This article shows you how to create and manage node pools for a cluster in AKS Arc.
2121

2222
> [!NOTE]
2323
> This feature enables greater control over how to create and manage multiple node pools. As a result, separate commands are required for create, update, and delete operations. Previously, cluster operations through [New-AksHciCluster](./reference/ps/new-akshcicluster.md) or [Set-AksHciCluster](./reference/ps/set-akshcicluster.md) were the only option to create or scale a cluster with one Windows node pool and one Linux node pool. This feature exposes a separate operation set for node pools that require the use of the node pool commands [New-AksHciNodePool](./reference/ps/new-akshcinodepool.md), [Set-AksHciNodePool](./reference/ps/set-akshcinodepool.md), [Get-AksHciNodePool](./reference/ps/get-akshcinodepool.md), and [Remove-AksHciNodePool](./reference/ps/remove-akshcinodepool.md) to execute operations on an individual node pool.

0 commit comments

Comments
 (0)