From 2a0efbaa00cafcd2e6abfc033505aeb07109ace2 Mon Sep 17 00:00:00 2001 From: Kundan Kumar Date: Wed, 23 Dec 2020 04:32:00 +0530 Subject: [PATCH] added AKS specific documentation --- docs/deploy/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/deploy/index.md b/docs/deploy/index.md index c1a04a02c..9c0af8d0a 100644 --- a/docs/deploy/index.md +++ b/docs/deploy/index.md @@ -153,6 +153,8 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/ngin kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/nginx-0.30.0/deploy/static/provider/cloud-generic.yaml ``` +More information with regards to Azure annotations for ingress controller can be found in the [official AKS documentation](https://docs.microsoft.com/en-us/azure/aks/ingress-internal-ip#create-an-ingress-controller). + #### Bare-metal Using [NodePort](https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport):