Update Nginx version for App routing add on

LIC CC 0 Reputation points
2025-11-14T11:58:00.1533333+00:00

We are using a app routing add  on AKS version 1.32 which has a nginx image of version 1.13.1 which has vulnerabilities. We wanted to updated the nginx version. Can this be achieved by updating the add-on?

Azure Kubernetes Service
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Nikhil Duserla 9,280 Reputation points Microsoft External Staff Moderator
    2025-11-14T13:23:04.9566667+00:00

    Hello LIC CC,

    You cannot directly upgrade the NGINX image version used by the AKS Application Routing add-on, as it is a fully managed component maintained by Azure. The NGINX Ingress Controller version is tied to the specific add-on release, and manual customization of the container image is not supported.

    To use a newer NGINX version, you must upgrade the Application Routing add-on itself. However, please note that Azure manages the release cycle, and the latest add-on version may not always include the most recent upstream NGINX release.

    Use CLI command-

    az aks approuting update --resource-group <RG> --name <ClusterName>
    

    If you require complete control over the NGINX version (for compliance, security, or customization), the recommended approach is to remove the Application Routing add-on and deploy your own NGINX Ingress Controller via Helm or an AKS-managed ingress solution.

    If you have any further queries, do let us know.

    If you found this informative, please consider accepting an answer as a token of appreciation. And don't forget to give it a thumbs up 👍 if it was helpful

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.