GitOps Intro GitOps uses Git repositories as a single source of truth to deliver infrastructure as code. Submitted code initiates the CI process, while the CD process checks and applies requirements for things like security, Infrastructure as Code, or any other boundaries set for the application framework. All changes to code are…