Ingress
K8s AKS ingress
Deploy NGINX ingress
Create a values file:
Check you network CIDR to specify loadBalancerIP.
You can also omit it in order to leave Azure to allocate an IP.
Create a namespace.
Deploy NGINX ingress
Check service IP.
The EXTERNAL-IP
is actually the ingress internal IP.
References
https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/aks/ingress-internal-ip.md
Test it
Edit your hosts file and point www.example.com
to your ingress internal IP.
Last updated