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
+7-7Lines changed: 7 additions & 7 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) managed nginx Ingress with the application routing add-on
2
+
title: Azure Kubernetes Service (AKS) managed NGINX Ingress with the application routing add-on
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,17 +9,17 @@ ms.date: 11/21/2023
9
9
ms.author: allensu
10
10
---
11
11
12
-
# Managed nginx Ingress with the application routing add-on
12
+
# Managed NGINX Ingress with the application routing add-on
13
13
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.
15
15
16
16
This article shows you how to deploy and configure a basic Ingress controller in your AKS cluster.
17
17
18
-
## Application routing add-on with nginx features
18
+
## Application routing add-on with NGINX features
19
19
20
-
The application routing add-on with nginx delivers the following:
20
+
The application routing add-on with NGINX delivers the following:
21
21
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].
23
23
* Integration with [Azure DNS][azure-dns-overview] for public and private zone management
24
24
* SSL termination with certificates stored in Azure Key Vault.
25
25
@@ -67,7 +67,7 @@ az aks approuting enable -g <ResourceGroupName> -n <ClusterName>
67
67
68
68
The following add-ons are required to support this configuration:
69
69
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).
0 commit comments