Hi,
Need to host static web sites with nginx web server. How can i set it up with AKS on azure?
Thanks
Hi,
Need to host static web sites with nginx web server. How can i set it up with AKS on azure?
Thanks
To follow-up, Please let us know if you have further query on this.
Please don’t forget to Accept the answer
Hi @huzefap
NGINX reverse proxy is a configurable traffic routing, and TLS termination for Kubernetes services and Kubernetes ingress resources are used to configure the ingress rules and routes for individual Kubernetes services.
Using an ingress controller and ingress rules, a single IP address can be used to route traffic to multiple services in a Kubernetes cluster.
more details refer article
https://docs.microsoft.com/en-us/azure/aks/ingress-basic
If the Answer is helpful, please click Accept Answer and up-vote, so that it can help others in the community looking for help on similar topics.
10 people are following this question.