January 2019
Intermediate to advanced
484 pages
11h 48m
English
Azure supports HTTP application routing as an addon (the source code can be found at the following link: https://github.com/Azure/application-gateway-kubernetes-ingress). Earlier, we created the cluster with the http_application_routing under --enable-addons argument argument. AKS would have deployed a set of services to support ingress:
// we could find a set of resources starting with the name addon-http-application-routing-...# kubectl get pod -n kube-systemNAME READY STATUS RESTARTS AGEaddon-http-application-routing-default-http-backend-6584cdnpq69 1/1 Running 0 3haddon-http-application-routing-external-dns-7dc8d9f794-4t28c 1/1 Running 0 3haddon-http-application-routing-nginx-ingress-controller-78zs45d 1/1 Running 0 ...
Read now
Unlock full access