Skip to content

Commit 362c563

Browse files
Merge pull request #253028 from sabbour/patch-2
Updated addons page
2 parents 8080f58 + 3c35330 commit 362c563

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
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

articles/aks/http-application-routing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
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).
44
ms.subservice: aks-networking
55
ms.custom: devx-track-azurecli, devx-track-linux
66
author: asudbring
@@ -9,10 +9,10 @@ ms.date: 04/05/2023
99
ms.author: allensu
1010
---
1111

12-
# HTTP application routing add-on for Azure Kubernetes Service (AKS)
12+
# HTTP application routing add-on for Azure Kubernetes Service (AKS) (retired)
1313

1414
> [!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.
1616
1717
The HTTP application routing add-on makes it easy to access applications that are deployed to your Azure Kubernetes Service (AKS) cluster by:
1818

articles/aks/integrations.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ AKS uses the following rules for applying updates to installed add-ons:
3030

3131
| Name | Description | More details |
3232
|---|---|---|
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]|
3436
| 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] |
3637
| 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] |
3938
| 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] |
4242

4343
## Extensions
4444

@@ -112,10 +112,10 @@ For more details, see [Windows AKS partner solutions][windows-aks-partner-soluti
112112
[spark-kubernetes]: https://spark.apache.org/docs/latest/running-on-kubernetes.html
113113
[managed-grafana]: ../managed-grafana/overview.md
114114
[keda]: keda-about.md
115-
[web-app-routing]: web-app-routing.md
115+
[app-routing]: app-routing.md
116116
[maintenance-windows]: planned-maintenance.md
117117
[release-tracker]: release-tracker.md
118118
[github-actions]: /azure/developer/github/github-actions
119119
[github-actions-aks]: kubernetes-action.md
120120
[az-aks-enable-addons]: /cli/azure/aks#az-aks-enable-addons
121-
[windows-aks-partner-solutions]: windows-aks-partner-solutions.md
121+
[windows-aks-partner-solutions]: windows-aks-partner-solutions.md

0 commit comments

Comments
 (0)