Skip to content

Commit 89d86a4

Browse files
committed
changed title to de-emphasize article in SEO
1 parent 4f6957b commit 89d86a4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

0 commit comments

Comments
 (0)