What’s the difference between GitOps and CI/CD?
GitOps is focused on infrastructure and is related to DevOps. You can practice GitOps and not practice DevOps. You can do DevOps and not do GitOps. HOWEVER, they are very similar and complement each other. Specifically, it is an operational framework that combines DevOps best practices for application development (version control, collaboration, CI/CD tooling, etc) and applies […]