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… Continue reading DevOps Classroom notes 23/Jul/2026
Linux Classroom notes 23/July/2026
DevOps Classroom notes 23/Jul/2026
DevOps Classroom notes 21/Jul/2026
Building images and pushing them to private registries Create a linux vm Install docker Install aws cli and authenticate INstall azure cli and authenicate Clone the repo git clone https://github.com/Azure-Samples/aks-store-demo.git Azure Container Registry Container Registry Creation In the docker compose file use the similar syntaxes as shown below image: ${ACR_SERVICE}/learning/order-service:${IMAGE_TAG:-latest} Elastic Container Registry Lets set… Continue reading DevOps Classroom notes 21/Jul/2026
DevOps Classroom notes 21/Jul/2026
MultiCloud Classroom notes 21/July/2026
DevOps Classroom notes 19/Jul/2026
Application deployments in k8s The basic process Manifests (static or dynamic) From CI/CD whenever the code is merged Build docker images update manifests (use –values) Update deployment (kubectl or helm ) Apporach is push GitOPS The manifest or helm will be the source (Git repo) whenever the source is changed the deployment will be updated… Continue reading DevOps Classroom notes 19/Jul/2026
MultiCloud Classroom notes 18/July/2026
DevOps Classroom notes 18/Jul/2026
DevOps Classroom notes 16/Jul/2026
Application deployments in k8s The basic process Manifests (static or dynamic) From CI/CD whenever the code is merged Build docker images update manifests (use –values) Update deployment (kubectl or helm ) Apporach is push GitOPS The manifest or helm will be the source (Git repo) whenever the source is changed the deployment will be updated… Continue reading DevOps Classroom notes 16/Jul/2026
