question

huzefap avatar image
0 Votes"
huzefap asked karishmatiwari-msft edited

How to use nginx web server on azure aks

Hi,

Need to host static web sites with nginx web server. How can i set it up with AKS on azure?

Thanks

azure-kubernetes-service
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

To follow-up, Please let us know if you have further query on this.
Please don’t forget to Accept the answer

0 Votes 0 ·

1 Answer

learn2skills avatar image
0 Votes"
learn2skills answered

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.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.