GitOps : What is GitOps
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ All Credits to the Video Creator of this link : https://www.youtube.com/watch?v=f5EpcWp0THw +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ All starts with Infrastructure as code done right with all the best practices. Define infrastructure as code instead of creating it manually. This helps us in easily reproducing the infrastructure. This is not infrastructure any more . So once you make these changed over your github or your local computer how do you implement in yout actual infrastructure. You would manually from your laptop kubectl apply terraform apply So to execute the code changes , each member must access the Kubernetes cluster or aws infrastructure and apply changes there from their from their local machine. And this can make it hard to trace who executed what to the infrastructure or have histories of changes applied to the infrastructure....