GitOps
NOVICEAssess
GitOps uses Git as a single source of truth for declarative infrastructure and applications. This means that the entire system's desired state is stored in Git repositories. Any changes to the system are made by modifying the code in these repositories, which then triggers automated processes to apply those changes to the actual infrastructure.
