From the course: Azure Kubernetes Service (AKS): Deploying Microservices

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Deploying an Azure Container Registry

Deploying an Azure Container Registry

- There are several registries to store container images. We have the Docker host and in Azure, there is Azure Container Registry, ACR. This is a private registry and allows you to build and securely store your container images. You can also enable role-based access control to restrict access to the Container Registry, giving an administrator better of a site. In this video, we will create an Azure Container Registry and link it to the Azure Kubernetes Service we created earlier, so that AKS can pull container images from the ACR. We will continue using Azure CLI as we have defined some variables. The ACR would have to be deployed in the same resource group, so variables defined in the previous video are still useful here. If your session has expired, you can redefine the variables. Let me first open the file where we have the commands for this video. I would like to create a random name variable just to create a unique…

Contents