Skip to content

Commit cfe52ab

Browse files
Merge pull request #266569 from tamram/tamram24-0215
change link from legacy to current auth article
2 parents 4b8d192 + 88b1719 commit cfe52ab

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed

articles/aks/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@
595595
- name: Bring your own keys for disks
596596
href: azure-disk-customer-managed-keys.md
597597
- name: Azure Container Storage
598-
href: ../storage/container-storage/container-storage-introduction.md
598+
href: ../storage/container-storage/container-storage-introduction.md?toc=/azure/aks/toc.json&bc=/azure/aks/breadcrumb/toc.json
599599
- name: Shared file storage
600600
items:
601601
- name: Azure Files storage

articles/aks/app-routing.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure Kubernetes Service (AKS) managed nginx Ingress with the application routing add-on
2+
title: Azure Kubernetes Service (AKS) managed NGINX ingress with the application routing add-on
33
description: Use the application routing add-on to securely access applications deployed on Azure Kubernetes Service (AKS).
44
ms.subservice: aks-networking
55
ms.custom: devx-track-azurecli
@@ -9,17 +9,17 @@ ms.date: 11/21/2023
99
ms.author: allensu
1010
---
1111

12-
# Managed nginx Ingress with the application routing add-on
12+
# Managed NGINX ingress with the application routing add-on
1313

14-
One way to route Hypertext Transfer Protocol (HTTP) and secure (HTTPS) traffic to applications running on an Azure Kubernetes Service (AKS) cluster is to use the [Kubernetes Ingress object][kubernetes-ingress-object-overview]. When you create an Ingress object that uses the application routing add-on nginx Ingress classes, the add-on creates, configures, and manages one or more Ingress controllers in your AKS cluster.
14+
One way to route Hypertext Transfer Protocol (HTTP) and secure (HTTPS) traffic to applications running on an Azure Kubernetes Service (AKS) cluster is to use the [Kubernetes Ingress object][kubernetes-ingress-object-overview]. When you create an Ingress object that uses the application routing add-on NGINX Ingress classes, the add-on creates, configures, and manages one or more Ingress controllers in your AKS cluster.
1515

1616
This article shows you how to deploy and configure a basic Ingress controller in your AKS cluster.
1717

18-
## Application routing add-on with nginx features
18+
## Application routing add-on with NGINX features
1919

20-
The application routing add-on with nginx delivers the following:
20+
The application routing add-on with NGINX delivers the following:
2121

22-
* Easy configuration of managed nginx Ingress controllers based on [Kubernetes nginx Ingress controller][kubernetes-nginx-ingress].
22+
* Easy configuration of managed NGINX Ingress controllers based on [Kubernetes NGINX Ingress controller][kubernetes-nginx-ingress].
2323
* Integration with [Azure DNS][azure-dns-overview] for public and private zone management
2424
* SSL termination with certificates stored in Azure Key Vault.
2525

@@ -38,7 +38,7 @@ With the retirement of [Open Service Mesh][open-service-mesh-docs] (OSM) by the
3838
- The application routing add-on supports up to five Azure DNS zones.
3939
- All global Azure DNS zones integrated with the add-on have to be in the same resource group.
4040
- All private Azure DNS zones integrated with the add-on have to be in the same resource group.
41-
- Editing any resources in the `app-routing-system` namespace, including the Ingress-nginx ConfigMap isn't supported.
41+
- Editing any resources in the `app-routing-system` namespace, including the Ingress-nginx ConfigMap, isn't supported.
4242

4343
## Enable application routing using Azure CLI
4444

@@ -67,7 +67,7 @@ az aks approuting enable -g <ResourceGroupName> -n <ClusterName>
6767
6868
The following add-ons are required to support this configuration:
6969

70-
* **open-service-mesh**: If you require encrypted intra cluster traffic (recommended) between the nginx Ingress and your services, the Open Service Mesh add-on is required which provides mutual TLS (mTLS).
70+
* **open-service-mesh**: If you require encrypted intra cluster traffic (recommended) between the NGINX Ingress and your services, the Open Service Mesh add-on is required which provides mutual TLS (mTLS).
7171

7272
### Enable on a new cluster
7373

@@ -178,7 +178,7 @@ The application routing add-on uses annotations on Kubernetes Ingress objects to
178178
app: aks-helloworld
179179
```
180180

181-
### Create the Ingress
181+
### Create the Ingress object
182182

183183
The application routing add-on creates an Ingress class on the cluster named *webapprouting.kubernetes.azure.com*. When you create an Ingress object with this class, it activates the add-on.
184184

@@ -295,7 +295,7 @@ The application routing add-on creates an Ingress class on the cluster named *we
295295
app: aks-helloworld
296296
```
297297

298-
### Create the Ingress
298+
### Create the Ingress object
299299

300300
The application routing add-on creates an Ingress class on the cluster called *webapprouting.kubernetes.azure.com*. When you create an Ingress object with this class, it activates the add-on. The `kubernetes.azure.com/use-osm-mtls: "true"` annotation on the Ingress object creates an Open Service Mesh (OSM) [IngressBackend][ingress-backend] to configure a backend service to accept Ingress traffic from trusted sources.
301301

articles/aks/operator-best-practices-identity.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Best practices for managing identity
2+
title: Best practices for managing authentication and authorization
33
titleSuffix: Azure Kubernetes Service
44
description: Learn the cluster operator best practices for how to manage authentication and authorization for clusters in Azure Kubernetes Service (AKS)
55
ms.topic: conceptual
6-
ms.date: 04/14/2023
6+
ms.date: 02/16/2024
77
---
88

99
# Best practices for authentication and authorization in Azure Kubernetes Service (AKS)
@@ -206,8 +206,7 @@ For more information about cluster operations in AKS, see the following best pra
206206
<!-- INTERNAL LINKS -->
207207
[aks-concepts-identity]: concepts-identity.md
208208
[azure-ad-integration]: managed-azure-ad.md
209-
[aks-aad]: azure-ad-integration-cli.md
210-
[managed-identities]: ../active-directory/managed-identities-azure-resources/overview.md
209+
[aks-aad]: enable-authentication-microsoft-entra-id.md
211210
[aks-best-practices-scheduler]: operator-best-practices-scheduler.md
212211
[aks-best-practices-advanced-scheduler]: operator-best-practices-advanced-scheduler.md
213212
[aks-best-practices-cluster-isolation]: operator-best-practices-cluster-isolation.md

0 commit comments

Comments
 (0)