Skip to content

Commit 02a3d74

Browse files
committed
make NGINX caps consistent
1 parent 81451f3 commit 02a3d74

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/aks/app-routing.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure Kubernetes Service (AKS) managed nginx Ingress with the application routing add-on
2+
title: Azure Kubernetes Service (AKS) managed NGINX Ingress with the application routing add-on
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,17 +9,17 @@ ms.date: 11/21/2023
99
ms.author: allensu
1010
---
1111

12-
# Managed nginx Ingress with the application routing add-on
12+
# Managed NGINX Ingress with the application routing add-on
1313

14-
One way to route Hypertext Transfer Protocol (HTTP) and secure (HTTPS) traffic to applications running on an Azure Kubernetes Service (AKS) cluster is to use the [Kubernetes Ingress object][kubernetes-ingress-object-overview]. When you create an Ingress object that uses the application routing add-on nginx Ingress classes, the add-on creates, configures, and manages one or more Ingress controllers in your AKS cluster.
14+
One way to route Hypertext Transfer Protocol (HTTP) and secure (HTTPS) traffic to applications running on an Azure Kubernetes Service (AKS) cluster is to use the [Kubernetes Ingress object][kubernetes-ingress-object-overview]. When you create an Ingress object that uses the application routing add-on NGINX Ingress classes, the add-on creates, configures, and manages one or more Ingress controllers in your AKS cluster.
1515

1616
This article shows you how to deploy and configure a basic Ingress controller in your AKS cluster.
1717

18-
## Application routing add-on with nginx features
18+
## Application routing add-on with NGINX features
1919

20-
The application routing add-on with nginx delivers the following:
20+
The application routing add-on with NGINX delivers the following:
2121

22-
* Easy configuration of managed nginx Ingress controllers based on [Kubernetes nginx Ingress controller][kubernetes-nginx-ingress].
22+
* Easy configuration of managed NGINX Ingress controllers based on [Kubernetes NGINX Ingress controller][kubernetes-nginx-ingress].
2323
* Integration with [Azure DNS][azure-dns-overview] for public and private zone management
2424
* SSL termination with certificates stored in Azure Key Vault.
2525

@@ -67,7 +67,7 @@ az aks approuting enable -g <ResourceGroupName> -n <ClusterName>
6767
6868
The following add-ons are required to support this configuration:
6969

70-
* **open-service-mesh**: If you require encrypted intra cluster traffic (recommended) between the nginx Ingress and your services, the Open Service Mesh add-on is required which provides mutual TLS (mTLS).
70+
* **open-service-mesh**: If you require encrypted intra cluster traffic (recommended) between the NGINX Ingress and your services, the Open Service Mesh add-on is required which provides mutual TLS (mTLS).
7171

7272
### Enable on a new cluster
7373

0 commit comments

Comments
 (0)