Skip to content

Commit 52342a5

Browse files
committed
ingress
1 parent ef4f109 commit 52342a5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/aks/app-routing.md

Lines changed: 5 additions & 5 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,7 +9,7 @@ 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

1414
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

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

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

0 commit comments

Comments
 (0)