Skip to content

Commit bab558a

Browse files
Merge pull request #267346 from asudbring/ingress-legacy
PR #4 - Remove legacy references to ingress and replace with app routing add links
2 parents 3c216b9 + 0b3ef92 commit bab558a

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

articles/aks/configure-azure-cni-dynamic-ip-allocation.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -179,22 +179,12 @@ Learn more about networking in AKS in the following articles:
179179

180180
* [Use a static IP address with the Azure Kubernetes Service (AKS) load balancer](static-ip.md)
181181
* [Use an internal load balancer with Azure Kubernetes Service (AKS)](internal-lb.md)
182-
183-
* [Create a basic ingress controller with external network connectivity][aks-ingress-basic]
184-
* [Enable the HTTP application routing add-on][aks-http-app-routing]
185-
* [Create an ingress controller that uses an internal, private network and IP address][aks-ingress-internal]
186-
* [Create an ingress controller with a dynamic public IP and configure Let's Encrypt to automatically generate TLS certificates][aks-ingress-tls]
187-
* [Create an ingress controller with a static public IP and configure Let's Encrypt to automatically generate TLS certificates][aks-ingress-static-tls]
182+
* [Use the application routing addon in Azure Kubernetes Service (AKS)](app-routing.md)
188183

189184
<!-- LINKS - External -->
190185
[github]: https://raw.githubusercontent.com/microsoft/Docker-Provider/ci_prod/kubernetes/container-azm-ms-agentconfig.yaml
191186

192187
<!-- LINKS - Internal -->
193-
[aks-ingress-basic]: ingress-basic.md
194-
[aks-ingress-tls]: ingress-tls.md
195-
[aks-ingress-static-tls]: ingress-static-ip.md
196-
[aks-http-app-routing]: http-application-routing.md
197-
[aks-ingress-internal]: ingress-internal-ip.md
198188
[azure-cni-prereq]: ./configure-azure-cni.md#prerequisites
199189
[azure-cni-deployment-parameters]: ./azure-cni-overview.md#deployment-parameters
200190
[az-aks-enable-addons]: /cli/azure/aks#az_aks_enable_addons

articles/aks/integrations.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ AKS uses the following rules for applying updates to installed add-ons:
3636
| azure-policy | Use Azure Policy for AKS, which enables at-scale enforcements and safeguards on your clusters in a centralized, consistent manner. | [Understand Azure Policy for Kubernetes clusters][azure-policy-aks] | [GitHub][azure-policy-repo] |
3737
| azure-keyvault-secrets-provider | Use Azure Keyvault Secrets Provider addon.| [Use the Azure Key Vault Provider for Secrets Store CSI Driver in an AKS cluster][keyvault-secret-provider] | [GitHub][keyvault-secret-provider-repo] |
3838
| virtual-node | Use virtual nodes with your AKS cluster. | [Use virtual nodes][virtual-nodes] | [GitHub][virtual-nodes-oss-repo] |
39-
| http_application_routing | Configure ingress with automatic public DNS name creation for your AKS cluster (retired). | [HTTP application routing add-on on Azure Kubernetes Service (AKS) (retired)][http-app-routing] | [GitHub][app-routing-repo] |
4039
| open-service-mesh | Use Open Service Mesh with your AKS cluster (retired). | [Open Service Mesh AKS add-on (retired)][osm] | [GitHub][osm-repo] |
4140

4241
## Extensions
@@ -81,7 +80,6 @@ For more information, see [Windows AKS partner solutions][windows-aks-partner-so
8180

8281
<!-- LINKS -->
8382
[aks-repo]: https://github.com/Azure/AKS
84-
[http-app-routing]: http-application-routing.md
8583
[app-routing-repo]: https://github.com/Azure/aks-app-routing-operator
8684
[container-insights]: ../azure-monitor/containers/container-insights-overview.md
8785
[virtual-nodes]: virtual-nodes.md

articles/postgresql/flexible-server/tutorial-django-aks-database.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,7 @@ django-app LoadBalancer 10.0.37.27 52.179.23.131 80:30572/TCP 2m
318318
Now open a web browser to the external IP address of your service (`http://<service-external-ip-address>`) and view the Django application.
319319

320320
> [!NOTE]
321-
> - Currently the Django site isn't using HTTPS. It's recommended to [ENABLE TLS with your own certificates](../../aks/ingress-own-tls.md).
322-
> - You can enable [HTTP routing](../../aks/http-application-routing.md) for your cluster. When http routing is enabled, it configures an Ingress controller in your AKS cluster. As applications are deployed, the solution also creates publicly accessible DNS names for application endpoints.
321+
> - Currently the Django site isn't using HTTPS. For more information about HTTPS and how to configure application routing for AKS, see [Managed NGINX ingress with the application routing add-on](../../aks/app-routing.md).
323322
324323
## Run database migrations
325324

0 commit comments

Comments
 (0)