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-dns-ssl.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.topic: how-to
7
7
ms.date: 12/04/2023
8
8
---
9
9
10
-
# Set up advanced Ingress configurations with the application routing add-on
10
+
# Set up a custom domain name and SSL certificate with the application routing add-on
11
11
12
12
An Ingress is an API object that defines rules, which allow external access to services in an Azure Kubernetes Service (AKS) cluster. 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.
13
13
@@ -18,14 +18,14 @@ This article shows you how to set up an advanced Ingress configuration to encryp
18
18
The application routing add-on with nginx delivers the following:
19
19
20
20
* Easy configuration of managed nginx Ingress controllers.
21
-
* Integration with an external DNS such as [Azure DNS][azure-dns-overview] for public and private zone management
21
+
* Integration with an external DNS such as [Azure DNS][azure-dns-overview] for global and private zone management
22
22
* SSL termination with certificates stored in a key vault, such as [Azure Key Vault][azure-key-vault-overview].
23
23
24
24
## Prerequisites
25
25
26
26
- An AKS cluster with the [application routing add-on][app-routing-add-on-basic-configuration].
27
27
- Azure Key Vault if you want to configure SSL termination and store certificates in the vault hosted in Azure.
28
-
- Azure DNS if you want to configure public and private zone management and host them in Azure.
28
+
- Azure DNS if you want to configure global and private zone management and host them in Azure.
29
29
- To attach an Azure Key Vault or Azure DNS Zone, you need the [Owner][rbac-owner], [Azure account administrator][rbac-classic], or [Azure co-administrator][rbac-classic] role on your Azure subscription.
30
30
31
31
## Connect to your AKS cluster
@@ -108,7 +108,8 @@ az aks approuting update -g <ResourceGroupName> -n <ClusterName> --enable-kv --a
108
108
109
109
To enable support for DNS zones, review the following prerequisite:
110
110
111
-
* The app routing add-on can be configured to automatically create records on one or more Azure public and private DNS zones for hosts defined on Ingress resources. All public Azure DNS zones need to be in the same resource group, and all private Azure DNS zones need to be in the same resource group. If you don't have an Azure DNS zone, you can [create one][create-an-azure-dns-zone].
111
+
* The app routing add-on can be configured to automatically create records on one or more Azure global and private DNS zones for hosts defined on Ingress resources. All global Azure DNS zones need to be in the same resource group, and all private Azure DNS zones need to be in the same resource group. If you don't have an Azure DNS zone, you can [create one][create-an-azure-dns-zone].
0 commit comments