Linux Classroom notes 25/July/2026
DevOps Classroom notes 24/Jul/2026
Linux Classroom notes 24/July/2026
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… 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
