Skip to content

Commit 3c35330

Browse files
authored
Update app-routing.md
SEO optimizations
1 parent 83ee199 commit 3c35330

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/aks/app-routing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure Kubernetes Service (AKS) ingress with the application routing add-on (preview)
2+
title: Azure Kubernetes Service (AKS) managed nginx ingress with the application routing add-on (preview)
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,13 +9,13 @@ ms.date: 08/07/2023
99
ms.author: allensu
1010
---
1111

12-
# Azure Kubernetes Service (AKS) ingress with the application routing add-on (preview)
12+
# Managed nginx ingress with the application routing add-on (preview)
1313

14-
The application routing add-on configures an [ingress controller](https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/) in your Azure Kubernetes Service (AKS) cluster with SSL termination through certificates stored in Azure Key Vault. It can optionally integrate with Open Service Mesh (OSM) for end-to-end encryption of inter-cluster communication using mutual TLS (mTLS). When you deploy ingresses, the add-on creates publicly accessible DNS names for endpoints on an Azure DNS zone.
14+
The application routing add-on configures an [ingress controller](https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/) in your Azure Kubernetes Service (AKS) cluster with SSL termination through certificates stored in Azure Key Vault. When you deploy ingresses, the add-on creates publicly accessible DNS names for endpoints on an Azure DNS zone.
1515

1616
[!INCLUDE [preview features callout](./includes/preview/preview-callout.md)]
1717

18-
## Application routing add-on overview
18+
## Application routing add-on with nginx overview
1919

2020
The application routing add-on deploys the following components:
2121

0 commit comments

Comments
 (0)