Skip to content

Commit a212ffc

Browse files
committed
integrated new article in app-routing article
1 parent d6aeb0b commit a212ffc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/aks/app-routing.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ The application routing add-on with nginx delivers the following:
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

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]
29+
* [Application routing add-on configuration][custom-ingress-configurations]
30+
* [Configure internal NGIX ingress controller for Azure private DNS zone][create-nginx-private-controller].
2731

2832
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.
2933

@@ -483,6 +487,8 @@ When the application routing add-on is disabled, some Kubernetes resources might
483487

484488
* [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].
485489

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+
486492
* 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.
487493

488494
<!-- LINKS - internal -->
@@ -497,6 +503,7 @@ When the application routing add-on is disabled, some Kubernetes resources might
497503
[custom-ingress-configurations]: app-routing-nginx-configuration.md
498504
[az-aks-create]: /cli/azure/aks#az-aks-create
499505
[prometheus-in-grafana]: app-routing-nginx-prometheus.md
506+
[create-nginx-private-controller]: create-nginx-ingress-private-controller.md
500507

501508
<!-- LINKS - external -->
502509
[kubernetes-ingress-object-overview]: https://kubernetes.io/docs/concepts/services-networking/ingress/

0 commit comments

Comments
 (0)