Skip to content

Commit d5a74ac

Browse files
authored
Merge pull request #110963 from mlearned/mdl-1704551-AAD-renaming-the-experiences
upgrading to new naming
2 parents 205c54e + 00a1a8c commit d5a74ac

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

articles/aks/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
- name: Enable Azure Active Directory integration
234234
items:
235235
- name: Integrate Azure AD (preview)
236-
href: azure-ad-v2.md
236+
href: managed-aad.md
237237
- name: Use the Azure CLI
238238
href: azure-ad-integration-cli.md
239239
- name: Use the Azure portal

articles/aks/azure-ad-v2.md renamed to articles/aks/managed-aad.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ description: Learn how to use Azure AD in Azure Kubernetes Service (AKS)
44
services: container-service
55
manager: gwallace
66
ms.topic: article
7-
ms.date: 03/24/2020
7+
ms.date: 05/11/2020
88
---
99

1010
# Integrate Azure AD in Azure Kubernetes Service (Preview)
1111

1212
> [!Note]
13-
> Existing AKS v1 clusters with AD integration are not affected by the new AKS v2 experience.
13+
> Existing AKS clusters with AAD (Azure Active Directory) integration are not affected by the new AKS-managed AAD experience.
1414
15-
Azure AD integration with AKS v2 is designed to simplify the Azure AD integration with AKS v1 experience, where users were required to create a client app, a server app, and required the Azure AD tenant to grant Directory Read permissions. In the new version, the AKS resource provider manages the client and server apps for you.
15+
Azure AD integration with AKS-managed AAD is designed to simplify the Azure AD integration experience, where users were previously required to create a client app, a server app, and required the Azure AD tenant to grant Directory Read permissions. In the new version, the AKS resource provider manages the client and server apps for you.
1616

1717
## Limitations
1818

19-
* You can't currently upgrade an existing Azure AD enabled AKS v1 cluster to the v2 experience.
19+
* You can't currently upgrade an existing AKS AAD-Integrated cluster to the new AKS-managed AAD experience.
2020

2121
> [!IMPORTANT]
2222
> AKS preview features are available on a self-service, opt-in basis. Previews are provided "as-is" and "as available," and are excluded from the Service Level Agreements and limited warranty. AKS previews are partially covered by customer support on a best-effort basis. As such, these features are not meant for production use. For more information, see the following support articles:
@@ -26,11 +26,14 @@ Azure AD integration with AKS v2 is designed to simplify the Azure AD integratio
2626
2727
## Before you begin
2828

29+
> [!Important]
30+
> You must use Kubectl with a minimum version of 1.18
31+
2932
You must have the following resources installed:
3033

31-
- The Azure CLI, version 2.2.0 or later
34+
- The Azure CLI, version 2.5.1 or later
3235
- The aks-preview 0.4.38 extension
33-
- Kubectl with a minimum version of [1.18 beta](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.18.md#client-binaries)
36+
- Kubectl with a minimum version of [1.18](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.18.md#v1180)
3437

3538
To install/update the aks-preview extension or later, use the following Azure CLI commands:
3639

@@ -101,7 +104,7 @@ Alternatively, if you first create a group and add members, you can enable the A
101104
az aks create -g MyResourceGroup -n MyManagedCluster --enable-aad [--aad-admin-group-object-ids <id>] [--aad-tenant-id <id>]
102105
```
103106

104-
A successful creation of an Azure AD v2 cluster has the following section in the response body
107+
A successful creation of an AKS-managed AAD cluster has the following section in the response body
105108
```
106109
"Azure ADProfile": {
107110
"adminGroupObjectIds": null,
@@ -145,7 +148,8 @@ The user above gets an error because the user is not a part of a group that has
145148

146149
## Next steps
147150

148-
Learn about [Azure AD Role Based Access Control][azure-ad-rbac].
151+
* Learn about [Azure AD Role-Based Access Control][azure-ad-rbac].
152+
* Use [kubelogin](https://github.com/Azure/kubelogin) to access features for Azure authentication that are not available in kubectl.
149153

150154
<!-- LINKS - Internal -->
151155
[azure-ad-rbac]: azure-ad-rbac.md

0 commit comments

Comments
 (0)