Skip to content

Commit adbc66a

Browse files
committed
Last set of files, also add AKS EE support article
1 parent a9bc140 commit adbc66a

34 files changed

+156
-140
lines changed

AKS-Arc/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,8 @@
271271
items:
272272
- name: AKS Edge Essentials PowerShell
273273
href: ./reference/aks-edge-ps/index.md
274+
- name: Get support
275+
href: aks-edge-help-support.md
274276
- name: Troubleshooting
275277
href: aks-edge-troubleshoot-overview.md
276278
- name: Logs

AKS-Arc/ad-sso.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use Active Directory single sign-on for secure connection to Kubernetes API server in AKS enabled by Azure Arc
2+
title: Use Active Directory single sign-on for secure connection to Kubernetes API server in AKS on Windows Server
33
description: Use Active Directory Authentication to securely connect to the API server with SSO credentials
44
author: sethmanheim
55
ms.topic: how-to
@@ -13,13 +13,13 @@ ms.reviewer: leslielin
1313

1414
---
1515

16-
# Use Active Directory single sign-on for secure connection to Kubernetes API server in AKS enabled by Azure Arc
16+
# Use Active Directory single sign-on for secure connection to Kubernetes API server 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

20-
You can create a secure connection to your Kubernetes API server in AKS enabled by Arc using Active Directory (AD) single sign-on (SSO) credentials.
20+
You can create a secure connection to your Kubernetes API server in AKS on Windows Server using Active Directory (AD) single sign-on (SSO) credentials.
2121

22-
## Overview of AD in AKS enabled by Arc
22+
## Overview of AD in AKS on Windows Server
2323

2424
Without Active Directory authentication, you must rely on a certificate-based *kubeconfig* file when you connect to the API server via the `kubectl` command. The **kubeconfig** file contains secrets such as private keys and certificates that need to be carefully distributed, which can be a significant security risk.
2525

AKS-Arc/adapt-apps-mixed-os-clusters.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Adapt applications for use in mixed-OS Kubernetes clusters
3-
description: Learn how to use node selectors or taints and tolerations on Azure Kubernetes Service to ensure applications in mixed OS Kubernetes clusters running on AKS Arc are scheduled on the correct worker node operating system.
3+
description: Learn how to use node selectors or taints and tolerations on Azure Kubernetes Service to ensure applications in mixed OS Kubernetes clusters running on AKS on Windows Server are scheduled on the correct worker node operating system.
44
author: sethmanheim
55
ms.topic: how-to
66
ms.date: 06/27/2024
@@ -16,9 +16,9 @@ ms.reviewer: abha
1616

1717
[!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)]
1818

19-
AKS enabled by Azure Arc enables you to run Kubernetes clusters with both Linux and Windows nodes, but you must make small edits to your apps for use in these mixed-OS clusters. This how-to guide describes how to ensure your application gets scheduled on the right host OS using either node selectors or taints and tolerations.
19+
AKS on Windows Server enables you to run Kubernetes clusters with both Linux and Windows nodes, but you must make small edits to your apps for use in these mixed-OS clusters. This how-to guide describes how to ensure your application gets scheduled on the right host OS using either node selectors or taints and tolerations.
2020

21-
This article assumes a basic understanding of Kubernetes concepts. For more information, see [Kubernetes core concepts for AKS enabled by Arc](kubernetes-concepts.md).
21+
This article assumes a basic understanding of Kubernetes concepts. For more information, see [Kubernetes core concepts for AKS on Windows Server](kubernetes-concepts.md).
2222

2323
## Node selectors
2424

AKS-Arc/add-ons.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Add-ons and extensions available for AKS enabled by Arc
3-
description: Learn about what add-ons and integrations are supported in AKS enabled by Azure Arc.
2+
title: Add-ons and extensions available for AKS on Windows Server
3+
description: Learn about what add-ons and integrations are supported in AKS on Windows Server.
44
author: sethmanheim
55
ms.topic: how-to
66
ms.date: 02/15/2024
@@ -9,9 +9,9 @@ ms.lastreviewed: 02/15/2023
99
ms.reviewer: baziwane
1010
---
1111

12-
# Add-ons, extensions, and other integrations with AKS enabled by Arc
12+
# Add-ons, extensions, and other integrations with AKS on Windows Server
1313

14-
Azure Kubernetes Service (AKS) enabled by Azure Arc provides augmented functionality for your Kubernetes cluster, mainly through extensions that are supported by Microsoft. There are also many integrations offered by open-source projects and third-party organizations. It's important to note that these integrations, which are not supported by AKS Arc, are not included in the [AKS Arc support policy](support-policies.md).
14+
Azure Kubernetes Service (AKS) on Windows Server provides augmented functionality for your Kubernetes cluster, mainly through extensions that are supported by Microsoft. There are also many integrations offered by open-source projects and third-party organizations. It's important to note that these integrations, which are not supported by AKS Arc, are not included in the [AKS Arc support policy](support-policies.md).
1515

1616
## Add-ons
1717

@@ -30,15 +30,15 @@ The following rules are used by AKS Arc for applying updates to installed add-on
3030
| [Install-AksHciCsiNfs](reference/ps/install-akshcicsinfs.md) | Installs the CSI NFS plug-in to a cluster. |
3131
| [Install-AksHciCsiSmb](reference/ps/install-akshcicsismb.md) | Installs the CSI SMB plug-in to a cluster. |
3232
| [Install-AksHciGmsaWebhook](reference/ps/install-akshcigmsawebhook.md) | Installs gMSA webhook add-on to the cluster. |
33-
| [Install-AksHciMonitoring](reference/ps/install-akshcimonitoring.md) | Installs Prometheus for monitoring in the AKS enabled by Arc deployment. |
33+
| [Install-AksHciMonitoring](reference/ps/install-akshcimonitoring.md) | Installs Prometheus for monitoring in the AKS on Windows Server deployment. |
3434

3535
## Azure Arc extensions
3636

3737
Cluster extensions build on top of certain Helm charts and provide an Azure Resource Manager-driven experience for installation and lifecycle management of different Azure capabilities on top of your Kubernetes cluster. You can [deploy these extensions to your clusters](/azure/azure-arc/kubernetes/extensions) to improve cluster management.
3838

3939
### Available extensions
4040

41-
For more information about the specific cluster extensions for AKS enabled by Arc, see [Currently available extensions](/azure/azure-arc/kubernetes/extensions-release).
41+
For more information about the specific cluster extensions for AKS on Windows Server, see [Currently available extensions](/azure/azure-arc/kubernetes/extensions-release).
4242

4343
## Difference between extensions and add-ons
4444

@@ -58,4 +58,4 @@ The following table shows examples of open-source and third-party integrations:
5858

5959
## Next steps
6060

61-
- [AKS enabled by Arc overview](aks-overview.md)
61+
- [AKS on Windows Server overview](overview.md)

AKS-Arc/aks-edge-help-support.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
title: Get support for AKS Edge Essentials
3+
description: Learn about how to get support and open a support request for AKS Edge Essentials.
4+
author: sethmanheim
5+
ms.topic: conceptual
6+
ms.date: 04/07/2025
7+
ms.author: sethm
8+
9+
# Intent: As an IT Pro, I want to find out what options are available to get help and support, such as creating a ticket.
10+
# Keyword: AKS Edge Essentials support help requests
11+
---
12+
13+
# Get support for AKS Edge Essentials
14+
15+
If you encounter an issue with AKS Edge Essentials, this article describes how to open a support request.
16+
17+
## Go to Support + troubleshooting in the Azure portal
18+
19+
1. Sign in to the [Azure portal](https://portal.azure.com).
20+
1. Browse to the subscription you're using for AKS Edge Essentials. Select the subscription to open its dashboard.
21+
1. From the **Support + troubleshooting** category in the navigation menu in the left-hand pane, select **New Support Request**:
22+
23+
:::image type="content" source="media/help-support/new-support-request-sidebar.png" alt-text="Screenshot of the Azure portal Help and Support sidebar." lightbox="media/help-support/new-support-request-sidebar.png":::
24+
25+
1. From the dropdown, select the **Technical** issue type:
26+
27+
:::image type="content" source="media/help-support/select-type.png" alt-text="Screenshot of issue type selection." lightbox="media/help-support/select-type.png":::
28+
29+
1. Your subscription name should auto-populate in the **Subscription** field. If it doesn't, select it from the dropdown.
30+
31+
1. Select the **All services** button, then select the **Service type** dropdown. Begin typing **Edge** in the search box to locate the **AKS Edge Essentials** service in the **Compute** category.
32+
33+
:::image type="content" source="media/help-support/service-type-edge.png" alt-text="Screenshot showing service selection." lightbox="media/help-support/service-type-edge.png":::
34+
35+
1. Add a short description of your issue in the **Summary** field.
36+
37+
1. Select the appropriate **Problem type** from the dropdown menu for your issue (for example, **Setup and configuration**). Also, select a **Problem subtype** (for example, **Deployment**):
38+
39+
:::image type="content" source="media/help-support/problem-type-edge.png" alt-text="Screenshot of completed problem type form." lightbox="media/help-support/problem-type-edge.png":::
40+
41+
1. Select **Next**.
42+
43+
1. Review the proposed **Solutions** to determine if they address your issue.
44+
45+
1. If the solutions are not applicable, select **Return to support request** at the top of the page.
46+
47+
1. Select **Next**.
48+
49+
1. Fill in the problem details and description in the appropriate fields:
50+
51+
:::image type="content" source="media/help-support/service-request-details.png" alt-text="Screenshot showing details of service request." lightbox="media/help-support/service-request-details.png":::
52+
53+
1. Scroll down and fill in your preferred support method of contact:
54+
55+
:::image type="content" source="media/help-support/service-request-support-method.png" alt-text="Screenshot showing support method preferences." lightbox="media/help-support/service-request-support-method.png":::
56+
57+
1. Select **Next**. Review the information you submitted. If anything is incorrect, select **Previous** and correct it. When all looks correct, select **Create**.
58+
59+
:::image type="content" source="media/help-support/review-create-edge.png" alt-text="Screenshot of confirmation screen to create support request." lightbox="media/help-support/review-create-edge.png":::
60+
61+
## Next steps
62+
63+
- [Troubleshoot common issues in AKS Edge Essentials](aks-edge-troubleshoot-overview.md)

AKS-Arc/aks-hybrid-preview-uninstall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.lastreviewed: 01/30/2024
1414

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

17-
This step is only required if you installed the AKS cluster provisioning from Azure preview. The preview ended with the release of [AKS enabled by Azure Arc on Azure Local](aks-overview.md). This article describes the steps to uninstall the preview bits before upgrading to AKS Arc.
17+
This step is only required if you installed the AKS cluster provisioning from Azure preview. The preview ended with the release of [AKS on Azure Local](aks-overview.md). This article describes the steps to uninstall the preview bits before upgrading to AKS Arc.
1818

1919
## Step 1: delete all preview AKS clusters and Azure vnets created using Az CLI
2020

AKS-Arc/deploy-java-liberty-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Deploy a Java app with Open Liberty or WebSphere Liberty on an Azure Kubernetes Service cluster in AKS enabled by Azure Arc
3-
description: Deploy a Java application with Open Liberty or WebSphere Liberty on an AKS cluster in AKS enabled by Arc.
2+
title: Deploy a Java app with Open Liberty or WebSphere Liberty on an Azure Kubernetes Service cluster in AKS on Windows Server
3+
description: Deploy a Java application with Open Liberty or WebSphere Liberty on an AKS cluster in AKS on Windows Server.
44
author: sethmanheim
55
ms.author: sethm
66
ms.topic: conceptual
@@ -21,7 +21,7 @@ This article demonstrates how to:
2121

2222
* Run your Java, Java EE, Jakarta EE, or MicroProfile application on the Open Liberty or WebSphere Liberty runtime.
2323
* Build the application Docker image using Open Liberty container images.
24-
* Deploy the containerized application to an on-premises AKS cluster in AKS enabled by Arc using the Open Liberty Operator.
24+
* Deploy the containerized application to an on-premises AKS cluster in AKS on Windows Server using the Open Liberty Operator.
2525

2626
The Open Liberty Operator simplifies the deployment and management of applications running on Kubernetes clusters. With Open Liberty Operator, you can also perform more advanced operations, such as gathering traces and dumps.
2727

AKS-Arc/deploy-linux-application.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Deploy a Linux app in AKS enabled by Azure Arc
3-
description: Learn how to deploy a multi-container Linux app to your Kubernetes cluster in AKS enabled by Arc using a custom image stored in Azure Container Registry.
2+
title: Deploy a Linux app in AKS on Windows Server
3+
description: Learn how to deploy a multi-container Linux app to your Kubernetes cluster in AKS on Windows Server using a custom image stored in Azure Container Registry.
44
author: sethmanheim
55
ms.topic: how-to
66
ms.custom: linux-related-content
@@ -17,7 +17,7 @@ ms.reviewer: abha
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 guide describes how to deploy a multi-container app that includes a web front-end and a Redis database instance on your Kubernetes cluster in AKS enabled by Azure Arc. You also learn how to test and scale your app.
20+
This guide describes how to deploy a multi-container app that includes a web front-end and a Redis database instance on your Kubernetes cluster in AKS on Windows Server. You also learn how to test and scale your app.
2121

2222
This how-to guide assumes a basic understanding of Kubernetes concepts. For more information, see [Kubernetes core concepts](kubernetes-concepts.md).
2323

AKS-Arc/deploy-windows-application.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Deploy Windows .NET applications
3-
description: Learn how to deploy a Windows.NET application to your Kubernetes cluster using a custom image stored in Azure Container Registry in AKS enabled by Azure Arc.
3+
description: Learn how to deploy a Windows.NET application to your Kubernetes cluster using a custom image stored in Azure Container Registry in AKS on Windows Server.
44
author: sethmanheim
55
ms.topic: tutorial
66
ms.date: 06/26/2024
@@ -17,9 +17,9 @@ ms.reviewer: abha
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 tutorial describes how to deploy an ASP.NET sample application in a Windows Server container to the Azure Kubernetes Service (AKS) cluster in AKS enabled by Arc, then test and scale your application. You also learn how to join a Windows node to an Active Directory domain.
20+
This tutorial describes how to deploy an ASP.NET sample application in a Windows Server container to the Azure Kubernetes Service (AKS) cluster in AKS on Windows Server, then test and scale your application. You also learn how to join a Windows node to an Active Directory domain.
2121

22-
This tutorial assumes a basic understanding of Kubernetes concepts. For more information, see [Kubernetes core concepts for AKS enabled by Azure Arc](kubernetes-concepts.md).
22+
This tutorial assumes a basic understanding of Kubernetes concepts. For more information, see [Kubernetes core concepts for AKS on Windows Server](kubernetes-concepts.md).
2323

2424
## Before you begin
2525

AKS-Arc/encrypt-secrets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Encrypt etcd secrets for Azure Kubernetes Service clusters
3-
description: Learn how to encrypt etcd secrets in AKS enabled by Azure Arc.
3+
description: Learn how to encrypt etcd secrets in AKS on Windows Server.
44
author: sethmanheim
55
ms.topic: how-to
66
ms.date: 06/27/2024
@@ -16,7 +16,7 @@ ms.reviewer: aathipsa
1616

1717
[!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)]
1818

19-
This article describes how to monitor and troubleshoot the encryption of etcd secrets for Azure Kubernetes Service (AKS) management clusters and workload clusters in AKS enabled by Azure Arc.
19+
This article describes how to monitor and troubleshoot the encryption of etcd secrets for Azure Kubernetes Service (AKS) management clusters and workload clusters in AKS on Windows Server.
2020

2121
A *secret* in Kubernetes is an object that contains a small amount of sensitive data, such as passwords and SSH keys. In the Kubernetes API server, secrets are stored in *etcd*, which is a highly available key values store used as the Kubernetes backing store for all cluster data. AKS Arc comes with encryption of etcd secrets and automates the management and rotation of encryption keys.
2222

0 commit comments

Comments
 (0)