How to use nginx web server on azure aks

Huzefa Patanwala 1 Reputation point
2021-09-06T06:27:25.637+00:00

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 (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,999 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SUNOJ KUMAR YELURU 14,021 Reputation points MVP
    2021-09-06T06:59:06.527+00:00

    Hi @Huzefa Patanwala

    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://learn.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.

    0 comments No comments