Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Latest commit

 

History

History
45 lines (31 loc) · 2.42 KB

005-container-registry.md

File metadata and controls

45 lines (31 loc) · 2.42 KB

Image Management / Container Registry

Notes

At this point, you should have an AKS cluster fully deployed and the Red Dog application up and running in your subscription.

Azure Container Registry Requirements

  • The Azure Container Registry (ACR) resource should reside in your resource group and in the same Azure region
  • If geo-replication is required, use the Premium SKU
  • The managed identity for the AKS Kubelet should have pull access at a minimum to your ACR instance

Image Security Requirements

Tasks:

  1. Create an ACR resource
  2. Ensure that the managed identity for the AKS Kubelet (created earlier in the workshop) has access to pull images from the ACR https://docs.microsoft.com/en-us/azure/container-registry/container-registry-authentication-managed-identity?tabs=azure-cli
  3. Manually push copies of the Red Dog services to your ACR (automation will be handled in a later module)
  4. Setup automated image scanning for Red Dog container images using one of the following:

Useful links: