From a83940699a545dc9570da1f8d32ca5fbc1658cd2 Mon Sep 17 00:00:00 2001 From: v-susbo <74023884+v-susbo@users.noreply.github.com> Date: Fri, 12 Nov 2021 13:54:28 -0800 Subject: [PATCH 1/2] gmsa topic improvements --- virtualization/windowscontainers/TOC.md | 2 +- .../manage-containers/gmsa-orchestrate-containers.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/virtualization/windowscontainers/TOC.md b/virtualization/windowscontainers/TOC.md index e453ba903..edffa31fe 100644 --- a/virtualization/windowscontainers/TOC.md +++ b/virtualization/windowscontainers/TOC.md @@ -70,7 +70,7 @@ #### [Configure your app to use a gMSA](manage-containers/gmsa-configure-app.md) #### [Run a container with a gMSA](manage-containers/gmsa-run-container.md) #### [Orchestrate containers with a gMSA](manage-containers/gmsa-orchestrate-containers.md) -#### [gMSA on Azure Kubernetes Service](manage-containers/gmsa-aks-ps-module.md) +#### [Configure gMSA on Azure Kubernetes Service](manage-containers/gmsa-aks-ps-module.md) #### [Configure gMSA with AKS on Azure Stack HCI](/azure-stack/aks-hci/prepare-windows-nodes-gmsa) #### [Troubleshoot gMSAs](manage-containers/gmsa-troubleshooting.md) ## Networking diff --git a/virtualization/windowscontainers/manage-containers/gmsa-orchestrate-containers.md b/virtualization/windowscontainers/manage-containers/gmsa-orchestrate-containers.md index a49ecfe5c..b2f4eb5e2 100644 --- a/virtualization/windowscontainers/manage-containers/gmsa-orchestrate-containers.md +++ b/virtualization/windowscontainers/manage-containers/gmsa-orchestrate-containers.md @@ -13,7 +13,7 @@ ms.assetid: 9e06ad3a-0783-476b-b85c-faff7234809c > Applies to: Windows Server 2022, Windows Server 2019 -In production environments, you'll often use a container orchestrator to deploy and manage your apps and services. Each orchestrator has its own management paradigms and is responsible for accepting credential specs to give to the Windows container platform. +In production environments, you'll often use a container orchestrator, such as the hosted Kubernetes service, Azure Kubernetes Service (AKS), to deploy and manage your apps and cluster services. Each orchestrator has its own management paradigms and is responsible for accepting credential specs to give to the Windows container platform. When you're orchestrating containers with Group Managed Service Accounts (gMSAs), make sure that: @@ -25,9 +25,9 @@ When you're orchestrating containers with Group Managed Service Accounts (gMSAs) ## Use gMSA with Kubernetes -You can use gMSA with Azure Kubernetes Service (AKS) and Azure Kubernetes Service (AKS) on Azure Stack HCI. See [Use gMSA on Azure Kubernetes Service in Windows Containers](./gmsa-aks-ps-module.md) and [Configure group Managed Service Account with AKS on Azure Stack HCI](/azure-stack/aks-hci/prepare-windows-nodes-gmsa) for more information about how to use gMSA with Kubernetes. +You can use gMSA with AKS and also with Azure Kubernetes Service (AKS) on Azure Stack HCI, which is the on-premises implementation of the AKS orchestrator. For more information about how to use gMSA with Kubernetes, see [Use gMSA on Azure Kubernetes Service in Windows Containers](./gmsa-aks-ps-module.md) and [Configure group Managed Service Account with AKS on Azure Stack HCI](/azure-stack/aks-hci/prepare-windows-nodes-gmsa). -To find the the latest information about this feature, see [Configure gMSA for Windows pods and containers](https://kubernetes.io/docs/tasks/configure-pod-container/configure-gmsa). +To read about the latest industry information about this feature, see [Configure gMSA for Windows pods and containers](https://kubernetes.io/docs/tasks/configure-pod-container/configure-gmsa). ## Use gMSA with Service Fabric From c9794c0483af9e6e7797db7cec090d5c78694c8a Mon Sep 17 00:00:00 2001 From: v-susbo <74023884+v-susbo@users.noreply.github.com> Date: Fri, 12 Nov 2021 13:59:17 -0800 Subject: [PATCH 2/2] edits --- virtualization/windowscontainers/TOC.md | 2 ++ .../manage-containers/gmsa-orchestrate-containers.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/virtualization/windowscontainers/TOC.md b/virtualization/windowscontainers/TOC.md index edffa31fe..74e193077 100644 --- a/virtualization/windowscontainers/TOC.md +++ b/virtualization/windowscontainers/TOC.md @@ -54,6 +54,8 @@ ### [Remote management of a Windows Docker host](management/manage_remotehost.md) ## Container orchestration ### [Windows Container orchestration overview](about/overview-container-orchestrators.md) +### [Azure Kubernetes Service (AKS)](/azure/aks/) +### [AKS on Azure Stack HCI](//azure-stack/aks-hci/) ### Kubernetes on Windows #### [Kubernetes on Windows](kubernetes/getting-started-kubernetes-windows.md) #### [Troubleshooting](kubernetes/common-problems.md) diff --git a/virtualization/windowscontainers/manage-containers/gmsa-orchestrate-containers.md b/virtualization/windowscontainers/manage-containers/gmsa-orchestrate-containers.md index b2f4eb5e2..666f7b4e7 100644 --- a/virtualization/windowscontainers/manage-containers/gmsa-orchestrate-containers.md +++ b/virtualization/windowscontainers/manage-containers/gmsa-orchestrate-containers.md @@ -13,7 +13,7 @@ ms.assetid: 9e06ad3a-0783-476b-b85c-faff7234809c > Applies to: Windows Server 2022, Windows Server 2019 -In production environments, you'll often use a container orchestrator, such as the hosted Kubernetes service, Azure Kubernetes Service (AKS), to deploy and manage your apps and cluster services. Each orchestrator has its own management paradigms and is responsible for accepting credential specs to give to the Windows container platform. +In production environments, you'll often use a container orchestrator such as the hosted Kubernetes service, Azure Kubernetes Service (AKS), to deploy and manage your apps and cluster services. Each orchestrator has its own management paradigms and is responsible for accepting credential specs to give to the Windows container platform. When you're orchestrating containers with Group Managed Service Accounts (gMSAs), make sure that: @@ -25,7 +25,7 @@ When you're orchestrating containers with Group Managed Service Accounts (gMSAs) ## Use gMSA with Kubernetes -You can use gMSA with AKS and also with Azure Kubernetes Service (AKS) on Azure Stack HCI, which is the on-premises implementation of the AKS orchestrator. For more information about how to use gMSA with Kubernetes, see [Use gMSA on Azure Kubernetes Service in Windows Containers](./gmsa-aks-ps-module.md) and [Configure group Managed Service Account with AKS on Azure Stack HCI](/azure-stack/aks-hci/prepare-windows-nodes-gmsa). +You can use gMSA with AKS and also with AKS on Azure Stack HCI, which is the on-premises implementation of the AKS orchestrator. For more information about how to use gMSA with Kubernetes, see [Use gMSA on Azure Kubernetes Service in Windows Containers](./gmsa-aks-ps-module.md) and [Configure group Managed Service Account with AKS on Azure Stack HCI](/azure-stack/aks-hci/prepare-windows-nodes-gmsa). To read about the latest industry information about this feature, see [Configure gMSA for Windows pods and containers](https://kubernetes.io/docs/tasks/configure-pod-container/configure-gmsa).