Azure Container Registry Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Azure Container Registry")
 
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Internal=
=Internal=
* [[Azure Container Registry#Subjects|Azure Container Registry]]
* [[Azure Container Registry#Subjects|Azure Container Registry]]
=Pulling Images to a Kubernetes Cluster=
==Pulling Images to AKS==
===Integrate the ACR instance with the AKS Cluster===
{{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. [[Kubernetes_Cluster_Configuration_Concepts#imagePullSecrets|imagePullSecrets]] become unnecessary this way. The integration configuration procedure implies configuring authentication between two Azure services.
Operational details:
* [[Azure_Container_Registry_Operations#CLI_2|Configure AKS integration with ACR via CLI]]
==Pulling Images to a Generic Kubernetes Cluster==
{{External|https://docs.microsoft.com/en-us/azure/container-registry/container-registry-auth-kubernetes}}

Latest revision as of 01:51, 13 April 2021

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