DevOps Classroom notes 23/Jul/2026

Creating and connecting aks cluster to registry

  • To create aks use aks quickstart cli
  • General approach to connect a k8s cluster to a private registry

    • This inolves creating secrets
  • In AKS we can attach acr while creating or even after creating
# update into existing cluster
az aks update --resource-group $RESOURCE_GROUP --name $CLUSTER_NAME  --attach-acr qtk8slearning
  • Secrets and configmaps: we use secrets to store sensitive information but k8s does just base64 encoding. AKS offers using keyvalue service to load secrets
  • If the secrets are sensitive azure offers key valult integration Refer Here
  • In this yaml file Refer Here replace the image names of the services which are in your registry with something like qtk8slearning.azurecr.io/learning/order-service:v1.0.0 and deploy
  • K8s namespaces can be used as virtual clusters

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Animated Social Media Icons by Acurax Responsive Web Designing Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube