In GitOps, thepull-based reconciliation approachmeans that agents continuously monitor the Desired State in Git. Unlike push-based systems, which only act when triggered, pull-based systems can reconcile at any time, providing resilience, self-healing, and security (since no external system needs direct access to the cluster).
“In a pull-based model, reconciliation agents continuously fetch and compare the desired state, enabling self-healing and ensuring the desired configuration is accessible at all times.”
Thus, the correct answer isB.
[References:GitOps Principles (CNCF GitOps Working Group), Pull vs. Push reconciliation models., ]
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