https://www.cncf.io/blog/2022/07/08/the-16-point-checklist-for-gitops-success/ We have adopted Kubernetes for container and infrastructure management : -- Done We have documented a clear workflow between Application Development teams and the Platform team : -- Not ready We have trained teams on the new workflows and tooling : -- Not ready We have identified which changes can be automatically deployed to production, and which require a manual pull request : -- Not ready We have declared everything in Git (this includes applications, infrastructure, networking, and configuration) : -- Part Ready We have decided on an initial structure for our Git repositories -- Part Ready We have selected the appropriate tooling that makes up our GitOps pipeline (Flux, Helm, Flagger, etc) : -- Done We have connected GitOps toolings like Flux, Helm, and Kustomize to our Git repos...