GitOps is a way of implementing Continuous Deployment for cloud native applications. It focuses on a developer-centric experience when operating infrastructure, by using tools developers are already familiar with, primarily Git.
The core idea of GitOps is having a Git repository that contains the declarative descriptions of the infrastructure you need in your production environment, and an automated process to make the production environment match the desired state in the repository.
This method allows for a version-controlled system that enables developers to easily track changes, roll back if necessary, and work in a controlled environment. It also makes it possible for the whole team to see what’s happening in the system at any given time.
Read More 

 
 
 

 

