Azure Container Registry Concepts

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Pulling Images to a Kubernetes Cluster

Pulling Images to AKS

Integrate the ACR instance with the AKS Cluster

https://docs.microsoft.com/en-us/azure/aks/cluster-container-registry-integration

AKS can be integrated with ACR, so images stored in the ACR instances are downloaded without any individual authentication configuration at pod level. imagePullSecrets become unnecessary this way. The integration configuration procedure implies configuring authentication between two Azure services.

Operational details:

Pulling Images to a Generic Kubernetes Cluster

https://docs.microsoft.com/en-us/azure/container-registry/container-registry-auth-kubernetes