Linux Foundation DevOps and Site Reliability CGOA Question # 15 Topic 2 Discussion
CGOA Exam Topic 2 Question 15 Discussion:
Question #: 15
Topic #: 2
You want to create a dashboard to monitor the performance of your application. Which of the following is a key principle of GitOps regarding dashboards?
A.
The operations team should manually update dashboards.
B.
Dashboards should be created using a proprietary tool.
C.
Dashboards should only be accessible to the development team.
D.
Dashboards declarations should be in the Desired State store.
In GitOps,everything that defines the system, including dashboards, must be stored declaratively in Git(the Desired State store). This ensures dashboards are versioned, reproducible, and consistent across environments.
“GitOps requires that all system components, including monitoring and observability configurations such as dashboards, are declared in Git. This ensures they are versioned, immutable, and reproducible.”
Thus,Dis correct.
[References:GitOps Principles (CNCF GitOps Working Group)., ===========]
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