You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/use-azure-ad-pod-identity.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,15 @@ title: Use Azure Active Directory pod-managed identities in Azure Kubernetes Ser
3
3
description: Learn how to use Azure AD pod-managed identities in Azure Kubernetes Service (AKS)
4
4
ms.topic: article
5
5
ms.custom: devx-track-azurecli
6
-
ms.date: 11/01/2022
6
+
ms.date: 03/23/2023
7
7
---
8
8
9
9
# Use Azure Active Directory pod-managed identities in Azure Kubernetes Service (Preview)
10
10
11
11
Azure Active Directory (Azure AD) pod-managed identities use Kubernetes primitives to associate [managed identities for Azure resources][az-managed-identities] and identities in Azure AD with pods. Administrators create identities and bindings as Kubernetes primitives that allow pods to access Azure resources that rely on Azure AD as an identity provider.
12
12
13
13
> [!NOTE]
14
-
> We recommend you review [Azure AD workload identity][workload-identity-overview] (preview).
14
+
> We recommend you review [Azure AD workload identity][workload-identity-overview].
15
15
> This authentication method replaces pod-managed identity (preview), which integrates with the
16
16
> Kubernetes native capabilities to federate with any external identity providers on behalf of the
0 commit comments