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
MultiCloud Classroom notes 16/July/2026
DevOps Classroom notes 16/Jul/2026
DevOps Classroom notes 15/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 15/Jul/2026
