exam questions

Exam KCNA All Questions

View all questions & answers for the KCNA exam

Exam KCNA topic 1 question 192 discussion

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

What is the API that exposes resource metrics from the metrics-server?

  • A. custom.k8s.io
  • B. resources.k8s.io
  • C. metrics.k8s.io
  • D. cadvisor.k8s.io
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
8378ffe
2 months, 2 weeks ago
Selected Answer: C
C!! The API that exposes resource metrics from the Kubernetes metrics-server is the Metrics API, specifically the metrics.k8s.io/v1beta1 API group. This API exposes two primary resource types: NodeMetrics: Provides resource usage information for individual nodes. PodMetrics: Provides resource usage information for individual pods. These metrics are accessible through the Kubernetes API server and are consumed by components like the Horizontal Pod Autoscaler (HPA) and Vertical Pod Autoscaler (VPA), as well as tools like kubectl top. The metrics-server collects this data from the Kubelets running on each node and exposes it through this standardized API.
upvoted 1 times
...
Zangi
4 months, 1 week ago
Selected Answer: B
The answer is B.
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 ...