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
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,11 @@ The application routing add-on with nginx delivers the following:
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
26
-
For other configuration information related to SSL encryption and DNS integration, review [DNS and SSL configuration][dns-ssl-configuration] and [application routing add-on configuration][custom-ingress-configurations].
26
+
For other configurations, see:
27
+
28
+
*[DNS and SSL configuration][dns-ssl-configuration]
*[Configure internal NGIX ingress controller for Azure private DNS zone][create-nginx-private-controller].
27
31
28
32
With the retirement of [Open Service Mesh][open-service-mesh-docs] (OSM) by the Cloud Native Computing Foundation (CNCF), using the application routing add-on is the default method for all AKS clusters.
29
33
@@ -483,6 +487,8 @@ When the application routing add-on is disabled, some Kubernetes resources might
483
487
484
488
* [Configure custom ingress configurations][custom-ingress-configurations] shows how to create an advanced Ingress configuration and [configure a custom domain using Azure DNS to manage DNS zones and setup a secure ingress][dns-ssl-configuration].
485
489
490
+
* To integrate with an Azure internal load balancer and configure a private Azure DNS zone to enable DNS resolution for the private endpoints to resolve specific domains, see [Configure internal NGIX ingress controller for Azure private DNS zone][create-nginx-private-controller].
491
+
486
492
* Learn about monitoring the ingress-nginx controller metrics included with the application routing add-on with [with Prometheus in Grafana][prometheus-in-grafana] (preview) as part of analyzing the performance and usage of your application.
487
493
488
494
<!-- LINKS - internal -->
@@ -497,6 +503,7 @@ When the application routing add-on is disabled, some Kubernetes resources might
0 commit comments