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/app-routing.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
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)
3
3
description: Use the application routing add-on to securely access applications deployed on Azure Kubernetes Service (AKS).
4
4
ms.subservice: aks-networking
5
5
ms.custom: devx-track-azurecli
@@ -9,13 +9,13 @@ ms.date: 08/07/2023
9
9
ms.author: allensu
10
10
---
11
11
12
-
# Azure Kubernetes Service (AKS) ingress with the application routing add-on (preview)
12
+
# Managed nginx ingress with the application routing add-on (preview)
13
13
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.
15
15
16
16
[!INCLUDE [preview features callout](./includes/preview/preview-callout.md)]
17
17
18
-
## Application routing add-on overview
18
+
## Application routing add-on with nginx overview
19
19
20
20
The application routing add-on deploys the following components:
0 commit comments