Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam KCNA topic 1 question 22 discussion

Actual exam question from Linux Foundation's KCNA
Question #: 22
Topic #: 1
[All KCNA Questions]

What is the core functionality of GitOps tools like Argo CD and Flux?

  • A. They track production changes made by a human in a Git repository and generate a human-readable audit trail.
  • B. They replace human operations with an agent that tracks Git commands.
  • C. They automatically create pull requests when dependencies are outdated.
  • D. They continuously compare the desired state in Git with the actual production state and notify or act upon differences.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
phcunha
1 month, 2 weeks ago
An analogy for this functionality could be a thermostat in a room. The desired temperature set on the thermostat represents the configuration defined in Git, while the actual temperature in the room represents the production state. If the actual temperature deviates from the desired temperature, the thermostat (GitOps tool) will automatically adjust the heating or cooling systems to bring the room temperature back to the desired level. Similarly, GitOps tools ensure that the production state of the cluster matches the desired state defined in Git.
upvoted 1 times
...
phcunha
1 month, 2 weeks ago
D. They continuously compare the desired state in Git with the actual production state and notify or act upon differences. Explanation: GitOps tools like Argo CD and Flux are designed to manage Kubernetes clusters by using Git repositories as the source of truth for cluster configuration. The core functionality of these tools involves continuously comparing the desired state of the cluster, as defined in Git, with the actual state of the cluster running in production. If there are differences between the desired and actual states, these tools will automatically reconcile those differences by either updating the production state to match the desired state or notifying operators of any discrepancies.
upvoted 1 times
...
nvtienanh
7 months, 3 weeks ago
Selected Answer: D
D look right
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...