Azure Container Registry Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 4: Line 4:
==Pulling Images to AKS==
==Pulling Images to AKS==
{{External|https://docs.microsoft.com/en-us/azure/aks/cluster-container-registry-integration}}
{{External|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 via [[Kubernetes_Cluster_Configuration_Concepts#imagePullSecrets|imagePullSecrets]].
[[AKS]] can be integrated with ACR, so images stored in the ACR instances are downloaded without any individual authentication configuration at pod level via [[Kubernetes_Cluster_Configuration_Concepts#imagePullSecrets|imagePullSecrets]].


==Pulling Images to a Generic Kubernetes Cluster==
==Pulling Images to a Generic Kubernetes Cluster==
{{External|https://docs.microsoft.com/en-us/azure/container-registry/container-registry-auth-kubernetes}}
{{External|https://docs.microsoft.com/en-us/azure/container-registry/container-registry-auth-kubernetes}}

Revision as of 01:37, 13 April 2021

Internal

Pulling Images to a Kubernetes Cluster

Pulling Images to AKS

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 via imagePullSecrets.

Pulling Images to a Generic Kubernetes Cluster

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