In GitOps, deployments are driven bycommitting declarative configurationinto a Git repository (the State Store). From there, agents reconcile the actual environment to match the desired state, making deployments reproducible and auditable.
“To deploy in GitOps, commit the declarative configuration into version control. The reconciler ensures the runtime environment converges to the declared state.”
Thus, the correct answer isD.
[References:GitOps Principles (CNCF GitOps Working Group),Principle 1: Declarative configuration stored in Git., ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit