Gitlab CICD
Gitlab CI CD
- basic in one hour https://www.youtube.com/watch?v=qP8kir2GUgo
- gitlab hacks https://about.gitlab.com/blog/2021/10/19/top-10-gitlab-hacks/
GitOps
- https://www.youtube.com/watch?v=f5EpcWp0THw
- Infrastrcutre as code on Git Repo, with version control, pull request and CI/CD pipeline
- with Team collaboration
- Create pull requests
- run CI pipeline, approve changes, merge back to main branch
- run CD pipeline on main branch
- Git as single source of truth