Problem Statement
What is GitOps in relation to Infrastructure as Code?
Explanation
GitOps extends IaC principles by managing infrastructure and application deployments through Git repositories. Every change to infrastructure is done through pull requests and automatically applied by CI/CD pipelines, providing traceability, security, and consistent automation.
