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
MultiCloud Classroom notes 15/July/2026
DevOps Classroom notes 15/Jul/2026
MultiCloud Classroom notes 14/July/2026
DevOps Classroom notes 14/Jul/2026
DevOps Classroom notes 13/Jul/2026
Dynamic Manifests CI/CD Pipeline We will have a docker file Build the image(s) ,tag it, push it to registry image names are present in k8s manifests (hardcoded) Make changes in manifest and deploy (rollout) k8s manifests are static we need to figure out a dynamic approach for manifest changes, there are two popular options helm… Continue reading DevOps Classroom notes 13/Jul/2026
DevOps Classroom notes 13/Jul/2026
Dynamic Manifests CI/CD Pipeline We will have a docker file Build the image(s) ,tag it, push it to registry image names are present in k8s manifests (hardcoded) Make changes in manifest and deploy (rollout) k8s manifests are static we need to figure out a dynamic approach for manifest changes, there are two popular options helm… Continue reading DevOps Classroom notes 13/Jul/2026
