Skip to content

Commit 39d23e3

Browse files
Merge pull request #247580 from asudbring/aks-ingress-seo
Changed title to de-emphasize article in SEO for unmanaged NGINX ingress controller
2 parents fcce60f + 1df476f commit 39d23e3

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
lines changed

articles/aks/app-routing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: Use the application routing add-on with Azure Kubernetes Service (AKS) clusters (preview)
2+
title: Azure Kubernetes Service (AKS) 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
6-
author: sabbour
6+
author: asudbring
77
ms.topic: how-to
8-
ms.date: 05/04/2023
9-
ms.author: asabbour
8+
ms.date: 08/07/2023
9+
ms.author: allensu
1010
---
1111

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

1414
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.
1515

articles/aks/ingress-basic.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
2-
title: Create an ingress controller in Azure Kubernetes Service (AKS)
2+
title: Create an unmanaged ingress controller
3+
titleSuffix: Azure Kubernetes Service
34
description: Learn how to create and configure an ingress controller in an Azure Kubernetes Service (AKS) cluster.
45
author: asudbring
56
ms.author: allensu
67
ms.subservice: aks-networking
78
ms.custom: devx-track-azurepowershell
89
ms.topic: how-to
9-
ms.date: 02/23/2023
10+
ms.date: 08/07/2023
1011
---
1112

12-
# Create an ingress controller in Azure Kubernetes Service (AKS)
13+
# Create an unmanaged ingress controller
1314

1415
An ingress controller is a piece of software that provides reverse proxy, configurable traffic routing, and TLS termination for Kubernetes services. Kubernetes ingress resources are used to configure the ingress rules and routes for individual Kubernetes services. When you use an ingress controller and ingress rules, a single IP address can be used to route traffic to multiple services in a Kubernetes cluster.
1516

articles/aks/istio-deploy-ingress.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
2-
title: Deploy external or internal ingresses for Istio service mesh add-on for Azure Kubernetes Service (preview)
2+
title: Azure Kubernetes Service (AKS) external or internal ingresses for Istio service mesh add-on (preview)
33
description: Deploy external or internal ingresses for Istio service mesh add-on for Azure Kubernetes Service (preview)
4-
ms.topic: article
5-
ms.custom:
6-
ms.date: 04/09/2023
7-
ms.author: shasb
4+
ms.topic: how-to
5+
ms.service: azure-kubernetes-service
6+
ms.subservice: aks-networking
7+
author: asudbring
8+
ms.date: 08/07/2023
9+
ms.author: allensu
810
---
911

10-
# Deploy external or internal ingresses for Istio service mesh add-on for Azure Kubernetes Service (preview)
12+
# Azure Kubernetes Service (AKS) external or internal ingresses for Istio service mesh add-on deployment (preview)
1113

1214
This article shows you how to deploy external or internal ingresses for Istio service mesh add-on for Azure Kubernetes Service (AKS) cluster.
1315

0 commit comments

Comments
 (0)