This video is the shortened version of the Original video of implementing the full CICD pipeline which could be found at
https://www.youtube.com/watch?v=blzOoH39Olk. I thought it could be more useful for the ones who are only interested in the CI part. In this video, we learn how to create The CD pipeline using ArgoCD, Kustomize and Github. We will use Jenkins to create CI part using "Jenkins decelerative" language, Setup its trigger and connect it to our remote git repositories. we then get the latest changes in our git repository, Build a Docker image from it and push it to the registry. In the Last step,of the pipeline we update Kustomize Template in GitHub repository, and configure ArgoCD to check and watch this repository and act upon the changes there
The following tools are used in this Video:
Continues integration:
- Jenkins
- Kustomize
- Git Repository (Github)
- ArgoCD
- Create CICD with google cloud and Jenkins - Part 1 :
https://www.youtube.com/watch?v=2MI7ivRjE2s
- Create CICD with google cloud, Kubernetes and Jenkins - Part 2:
https://www.youtube.com/watch?v=fkaKhFUaL8M
- Create Full CICD pipeline using Jenkins and ArgoCD:
https://www.youtube.com/watch?v=blzOoH39Olk
#cicd #jenkins #createcicd #declarative #devops #devopstutorial #devopshandson #devopsinaction #argocd #kubernetes #kustomize #argocdandkustomize #jenkinsandargocd #Kaniko