Skip to content

Commit d6aeb0b

Browse files
committed
Updated draft
1 parent e76885c commit d6aeb0b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/aks/create-nginx-ingress-private-controller.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: Configure NGIX ingress controller for Azure private DNS zone
2+
title: Configure internal NGIX ingress controller for Azure private DNS zone
33
description: Understand how to configure an ingress controller with a private IP address and an Azure private DNS zone using the application routing add-on for Azure Kubernetes Service.
44
ms.subservice: aks-networking
55
ms.custom: devx-track-azurecli
66
ms.topic: how-to
7-
ms.date: 02/09/2024
7+
ms.date: 02/27/2024
88
author: sabbour
99
ms.author: asabbour
1010
---
1111

12-
# Configure NGIX ingress controller to support Azure private DNS zone with application routing add-on
12+
# Configure NGINX ingress controller to support Azure private DNS zone with application routing add-on
1313

14-
This article demonstrates how configure an NGINX ingress controller to work with Azure Private Link and configure a private Azure DNS zone to enable DNS resolution for the private endpoints to resolve specific domains.
14+
This article demonstrates how configure an NGINX ingress controller to work with Azure internal load balancer and configure a private Azure DNS zone to enable DNS resolution for the private endpoints to resolve specific domains.
1515

1616
## Before you begin
1717

articles/aks/use-managed-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: article
55
ms.custom:
66
- devx-track-azurecli
77
- ignite-2023
8-
ms.date: 02/08/2024
8+
ms.date: 02/27/2024
99
---
1010

1111
# Use a managed identity in Azure Kubernetes Service (AKS)
@@ -61,7 +61,7 @@ AKS uses several managed identities for built-in services and add-ons.
6161
| Add-on | azure-policy | No identity required. | N/A | No
6262
| Add-on | Calico | No identity required. | N/A | No
6363
| Add-on | Dashboard | No identity required. | N/A | No
64-
| Add-on | application-routing | Manages Azure DNS and Azure Key Vault certificates | Key Vault Secrets User role for Key Vault, DNZ Zone Contributor role for DNS zone | No
64+
| Add-on | application-routing | Manages Azure DNS and Azure Key Vault certificates | Key Vault Secrets User role for Key Vault, DNZ Zone Contributor role for DNS zones, Private DNS Zone Contributor role for private DNS zones | No
6565
| Add-on | HTTPApplicationRouting | Manages required network resources. | Reader role for node resource group, contributor role for DNS zone | No
6666
| Add-on | Ingress application gateway | Manages required network resources. | Contributor role for node resource group | No
6767
| Add-on | omsagent | Used to send AKS metrics to Azure Monitor. | Monitoring Metrics Publisher role | No

0 commit comments

Comments
 (0)