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/http-application-routing.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,10 @@ The HTTP application routing add-on makes it easy to access applications that ar
20
20
* Creating publicly accessible DNS names for application endpoints
21
21
* Creating a DNS zone in your subscription. For more information about DNS cost, see [DNS pricing][dns-pricing].
22
22
23
-
## Limitations
23
+
## Before you begin
24
24
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.
26
27
27
28
## HTTP application routing add-on overview
28
29
@@ -59,8 +60,6 @@ The add-on deploys two components: a [Kubernetes ingress controller][ingress] an
59
60
60
61
## Connect to your AKS cluster
61
62
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
-
64
63
* 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*:
65
64
66
65
```azurecli
@@ -69,12 +68,13 @@ You can connect to the Kubernetes cluster from your local computer using [kubect
69
68
70
69
## Use HTTP application routing
71
70
72
-
The HTTP application routing add-on can only be triggered on ingress resources with the following annotation:
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.
0 commit comments