Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#648 from v-susbo/bugfixes
Browse files Browse the repository at this point in the history
gmsa topic improvements
  • Loading branch information
v-susbo authored Nov 12, 2021
2 parents 5fa53fe + c9794c0 commit 6c2ea51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion virtualization/windowscontainers/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -70,7 +72,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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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 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

Expand Down

0 comments on commit 6c2ea51

Please sign in to comment.