Azure Container Registry (ACR) in the private container registry. This video walks through the process of migrating container images from public Dockerhub registry to a fully managed ACR private registry. Following steps help us to integrate ACR with Azure Kubernetes Service (AKS):
1 – Create ACR registry
2- Create AKS cluster with ACR integration
3 – Build & deploy Docker images to private ACR registry
4 – Update Kubernetes manifest files to pull images from private ACR registry
5 – Deploy application onto Kubernetes cluster and see ACR integration with AKS in action
0:35 – RabbitMQ demo example
1:10 – Docker images used in the Demo
2:00 – Reasons for using Azure Container Registry
4:41 – Create ACR registry using PowerShell script
7:25 – Create AKS cluster with ACR integration using PowerShell script
9:53 – login to ACR registry using Docker login
11:47 – Build & Publish Docker images to ACR Registry
13:45 – Update Kubernetes manifest files to refer to ACR registry images
14:52 – Deploy application containers to AKS
17:50 – Managed Identity based authentication between AKS and ACR
19:43 – Five step process
————————————————————————————————————————————————————-
Connect with me here:
– Subscribe: https://www.youtube.com/channel/UCJOvQz55Ly-Rkr_ldE8pMEQ
– GitHub: https://github.com/nileshgule
– Twitter: https://twitter.com/nileshgule
– Website: https://www.HandsOnArchitect.com/
– LinkedIn : https://www.linkedin.com/in/nileshgule/
————————————————————————————————————————————————————-
Gear I use
Krisp software for noise cancellation – https://krisp.ai/get-krisp-now/?ref=nileshgule
Blue Yeticaster – https://c.lazada.sg/t/c.bQ5res?url=https%3A%2F%2Fwww.lazada.sg%2Fproducts%2Fblue-microphones-yeticaster-i1099612871-s4245822354.html&
Samsung 32 inches Curved Monitor – https://c.lazada.sg/t/c.bQgJ4L?url=https%3A%2F%2Fwww.lazada.sg%2Fproducts%2Fsamsung-lu32r590cwexxs-curved-uhd-monitor-i1018970243-s3746706400.html&
Monitor Arm – https://c.lazada.sg/t/c.bQgUlW?url=https%3A%2F%2Fwww.lazada.sg%2Fproducts%2Fbolehdeals-single-monitor-arm-desk-mount-gas-spring-monitor-arm-full-motion-height-adjustable-stand-fits-1-screen-for-17-inch-to-27-vesa-computer-screen-i922704371-s3255566739.html&
Ring light – https://c.lazada.sg/t/c.bQg2UC?url=https%3A%2F%2Fwww.lazada.sg%2Fproducts%2Fzomei-14-inch-2700-5500k-bi-color-dimmable-ring-video-light-fill-light-cri-90-with-mini-ball-head-phone-holder-carrying-bag-light-stand-folded-50cm-for-wedding-portrait-photography-live-show-beauty-selfie-video-shooting-eu-plug-i289334051-s470031938.html&
DISCLOSURE :
Some of the links above are affiliate links, and I earn a small commission if you use them, thank you for supporting me.
————————————————————————————————————————————————————-
#ACR #AKS #Azure #kubernetes #k8s #AzureContainerRegistry #AzureKubernetesService #howto #demo #tutorial #managedIdenity
source
Hi Nilesh, how did you connect to AKS ? For ACR, you have written a script to get the username and passwords and have connected.. Is it the same ?
And is there anyway to connect to AKS other than AAD to pull images from ACR ?
whats the tool you are using in your command promt? there is powershell option.
nice one !