GitOps Continuous Deployment
Instructor
PichetS
- Description
- Curriculum
- Reviews
Image – GitOps in simple terms!
GitOps is a way to do Continuous Delivery. More specifically, it is an operating model for building Cloud Native applications that unify Deployment, Monitoring, and Management. It works by using Git as a source of truth for declarative infrastructure and applications. Automated CI/CD pipelines roll out changes to your infrastructure when commits are pushed and approved in Git. It also makes use of diff tools to compare the actual production state with what’s under source control and alerts you when there is a divergence.
Please, login to leave a review