How to integrate private registry with AKS

Daniel Bianco 0 Reputation points
2025-02-11T15:49:40.43+00:00

I need attache a private container registry (Nexus) outside of Azure to my AKS.

The only documentation I was able to find was this:

https://learn.microsoft.com/en-us/azure/aks/cluster-container-registry-integration?tabs=azure-cli#attach-an-acr-to-an-existing-aks-cluster

Is it possible to configure my external Nexus directly on AKS?

Or I need to create an Azure Container Registry, configure my external registry as a cache (it seems it doesn't support Nexus) and then attach ACR on my AKS?

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
483 questions
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.
2,275 questions
{count} votes

1 answer

Sort by: Most helpful
  1. LISBOA 75 Reputation points Microsoft Employee
    2025-02-18T16:31:00.8133333+00:00

    Hi Daniel Bianco,

    thank you for the update in this question, if I understood, you have your private repo, that already has some images for your apps/workloads, that also you want to integrate with Azure Container Registry (ACR), and then will be used by AKS.

    I want to share some options below:

    https://learn.microsoft.com/en-us/azure/container-registry/container-registry-tutorial-build-task

    https://cloudnativenow.com/topics/nexus-installation-from-azure-registry-to-on-premises/

    Also, check this link : [ https://learn.microsoft.com/en-us/azure/container-registry/container-registry-private-link

    ]( https://learn.microsoft.com/en-us/azure/container-registry/container-registry-private-link

    )

    To better understand your environment, you can also open a support request to the MS-Support team and we can work together on the scenarios.

    If you have any further query don't hesitate to reach out.

    0 comments No comments

Your answer

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