Posts

Showing posts from August, 2023

GitOps- Interview

 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ GitOps is a modern approach to managing and automating the deployment and operation of applications and infrastructure in a cloud-native environment, using Git as the single source of truth for declarative configuration and changes. It leverages version control practices and principles from software development to manage the state of your systems and applications   GitOps is a modern approach to managing and automating the deployment and operation of applications and infrastructure in a cloud-native environment, using Git as the single source of truth for declarative configuration and changes. It leverages version control practices and principles from software development to manage the state of your systems and applications. In a GitOps workflow: Declarative Configuration: Configuration and infrastructure s...