You want to deploy an application using GitOps. Which of the following steps should be included in the deployment process?
In GitOps, deployments are driven by committing declarative configuration into 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 is D.
Tequila
16 hours agoLaurel
6 days ago