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:
Copy file name to clipboardExpand all lines: articles/aks/http-application-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,6 +1,6 @@
1
1
---
2
-
title: HTTP application routing add-on for Azure Kubernetes Service (AKS)
3
-
description: Use the HTTP application routing add-on to access applications deployed on Azure Kubernetes Service (AKS).
2
+
title: HTTP application routing add-on for Azure Kubernetes Service (AKS) (retired)
3
+
description: Use the HTTP application routing add-on to access applications deployed on Azure Kubernetes Service (AKS) (retired).
4
4
ms.subservice: aks-networking
5
5
ms.custom: devx-track-azurecli, devx-track-linux
6
6
author: asudbring
@@ -9,10 +9,10 @@ ms.date: 04/05/2023
9
9
ms.author: allensu
10
10
---
11
11
12
-
# HTTP application routing add-on for Azure Kubernetes Service (AKS)
12
+
# HTTP application routing add-on for Azure Kubernetes Service (AKS) (retired)
13
13
14
14
> [!CAUTION]
15
-
> The HTTP application routing add-on is in the process of being retired and isn't recommended for production use. We recommend migrating to the [Application Routing add-on](./app-routing-migration.md)instead.
15
+
> HTTP application routing add-on (preview) for Azure Kubernetes Service (AKS) will be [retired](https://azure.microsoft.com/updates/retirement-http-application-routing-addon-preview-for-aks-will-retire-03032025) on 03 March 2025. We recommend migrating to the [Application Routing add-on](./app-routing-migration.md)by that date.
16
16
17
17
The HTTP application routing add-on makes it easy to access applications that are deployed to your Azure Kubernetes Service (AKS) cluster by:
Copy file name to clipboardExpand all lines: articles/aks/integrations.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,15 +30,15 @@ AKS uses the following rules for applying updates to installed add-ons:
30
30
31
31
| Name | Description | More details |
32
32
|---|---|---|
33
-
| http_application_routing | Configure ingress with automatic public DNS name creation for your AKS cluster. |[HTTP application routing add-on on Azure Kubernetes Service (AKS)][http-app-routing]|
33
+
| web_application_routing | Use a managed NGINX ingress controller with your AKS cluster.|[Application Routing Overview][app-routing]|
34
+
| ingress-appgw | Use Application Gateway Ingress Controller with your AKS cluster. |[What is Application Gateway Ingress Controller?][agic]|
35
+
| keda | Use event-driven autoscaling for the applications on your AKS cluster. |[Simplified application autoscaling with Kubernetes Event-driven Autoscaling (KEDA) add-on][keda]|
34
36
| monitoring | Use Container Insights monitoring with your AKS cluster. |[Container insights overview][container-insights]|
35
-
| virtual-node | Use virtual nodes with your AKS cluster. |[Use virtual nodes][virtual-nodes]|
36
37
| azure-policy | Use Azure Policy for AKS, which enables at-scale enforcements and safeguards on your clusters in a centralized, consistent manner. |[Understand Azure Policy for Kubernetes clusters][azure-policy-aks]|
37
-
| ingress-appgw | Use Application Gateway Ingress Controller with your AKS cluster. |[What is Application Gateway Ingress Controller?][agic]|
38
-
| open-service-mesh | Use Open Service Mesh with your AKS cluster. |[Open Service Mesh AKS add-on][osm]|
39
38
| azure-keyvault-secrets-provider | Use Azure Keyvault Secrets Provider addon.|[Use the Azure Key Vault Provider for Secrets Store CSI Driver in an AKS cluster][keyvault-secret-provider]|
40
-
| web_application_routing | Use a managed NGINX ingress controller with your AKS cluster.|[Application Routing Overview][app-routing]|
41
-
| keda | Use event-driven autoscaling for the applications on your AKS cluster. |[Simplified application autoscaling with Kubernetes Event-driven Autoscaling (KEDA) add-on][keda]|
39
+
| virtual-node | Use virtual nodes with your AKS cluster. |[Use virtual nodes][virtual-nodes]|
40
+
| http_application_routing | Configure ingress with automatic public DNS name creation for your AKS cluster (retired). |[HTTP application routing add-on on Azure Kubernetes Service (AKS) (retired)][http-app-routing]|
41
+
| open-service-mesh | Use Open Service Mesh with your AKS cluster (retired). |[Open Service Mesh AKS add-on (retired)][osm]|
42
42
43
43
## Extensions
44
44
@@ -112,10 +112,10 @@ For more details, see [Windows AKS partner solutions][windows-aks-partner-soluti
0 commit comments