Skip to content

Commit 36a25b3

Browse files
committed
Freshness/editing pass for HTTP application routing add-on in AKS
1 parent 621c9d0 commit 36a25b3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/aks/http-application-routing.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ The HTTP application routing add-on makes it easy to access applications that ar
2020
* Creating publicly accessible DNS names for application endpoints
2121
* Creating a DNS zone in your subscription. For more information about DNS cost, see [DNS pricing][dns-pricing].
2222

23-
## Limitations
23+
## Before you begin
2424

25-
HTTP application routing doesn't work with AKS versions 1.22.6+
25+
* The HTTP application routing add-on doesn't work with AKS versions 1.22.6+.
26+
* If you're running commands locally, install [`kubectl`][kubectl] using the [`az aks install-cli`][az-aks-install-cli] command.
2627

2728
## HTTP application routing add-on overview
2829

@@ -59,8 +60,6 @@ The add-on deploys two components: a [Kubernetes ingress controller][ingress] an
5960
6061
## Connect to your AKS cluster
6162
62-
You can connect to the Kubernetes cluster from your local computer using [kubectl][kubectl]. If you use the Azure Cloud Shell, `kubectl` is already installed. You can also install it locally using the [`az aks install-cli`][az-aks-install-cli] command.
63-
6463
* Configure `kubectl` to connect to your Kubernetes cluster using the [`az aks get-credentials`][az-aks-get-credentials] command. The following example gets credentials for the AKS cluster named *myAKSCluster* in the *myResourceGroup*:
6564
6665
```azurecli
@@ -69,12 +68,13 @@ You can connect to the Kubernetes cluster from your local computer using [kubect
6968
7069
## Use HTTP application routing
7170
72-
The HTTP application routing add-on can only be triggered on ingress resources with the following annotation:
73-
74-
```yaml
75-
annotations:
76-
kubernetes.io/ingress.class: addon-http-application-routing
77-
```
71+
> [!IMPORTANT]
72+
> The HTTP application routing add-on can only be triggered on ingress resources with the following annotation:
73+
>
74+
> ```yaml
75+
> annotations:
76+
> kubernetes.io/ingress.class: addon-http-application-routing
77+
> ```
7878
7979
1. Create a file named **samples-http-application-routing.yaml** and copy in the following YAML. On line 43, update `<CLUSTER_SPECIFIC_DNS_ZONE>` with the DNS zone name you collected in the previous step.
8080

0 commit comments

Comments
 (0)