Skip to content

Commit f820f1b

Browse files
committed
added integrations and draft entries for web app routing
1 parent e54a316 commit f820f1b

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

articles/aks/draft.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,22 @@ You can also run the command on a specific directory using the `--destination` f
9090
az aks draft up --destination /Workspaces/ContosoAir
9191
```
9292

93+
## Use Web Application Routing with Draft to make your application accessible over the internet
94+
95+
[Web Application Routing][web-app-routing] is the easiest way to get your web application up and running in Kubernetes securely, removing the complexity of ingress controllers and certificate and DNS management while offering configuration for enterprises looking to bring their own. Web Application Routing offers a managed ingress controller based on nginx that you can use without restrictions and integrates out of the box with Open Service Mesh to secure intra-cluster communications.
96+
97+
To set up Draft with Web Application Routing, use `az aks draft update` and pass in the DNS name and Azure Key Vault-stored certificate when prompted:
98+
99+
```azure-cli-interactive
100+
az aks draft update
101+
```
102+
103+
You can also run the command on a specific directory using the `--destination` flag:
104+
105+
```azure-cli-interactive
106+
az aks draft update --destination /Workspaces/ContosoAir
107+
```
108+
93109
<!-- LINKS INTERNAL -->
94110
[deploy-cluster]: ./tutorial-kubernetes-deploy-cluster.md
95111
[az-feature-register]: /cli/azure/feature#az-feature-register

articles/aks/integrations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ The below table shows the available add-ons.
2626
| ingress-appgw | Use Application Gateway Ingress Controller with your AKS cluster. | [What is Application Gateway Ingress Controller?][agic] |
2727
| open-service-mesh | Use Open Service Mesh with your AKS cluster. | [Open Service Mesh AKS add-on][osm] |
2828
| 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] |
29+
| web_application_routing | Use a managed NGINX ingress Controller with your AKS cluster.| [Web Application Routing Overview][web-app-routing] |
2930

3031
## Extensions
3132

0 commit comments

Comments
 (0)