Study. uk . com
  1. Home
  2. All questions
  3. Question 952

CKA study material · question 952 of 1000

An HPA must scale on a queue depth rather than CPU. Which two APIs can an adapter serve to make that possible? Choose two.

  1. custom.metrics.k8s.io
  2. metrics.k8s.io
  3. external.metrics.k8s.io
  4. autoscaling.k8s.io
Show the answer

Answer: A. custom.metrics.k8s.io
C. external.metrics.k8s.io

A full metrics pipeline exposes its data through an adapter implementing custom.metrics.k8s.io or external.metrics.k8s.io; metrics.k8s.io is the resource metrics API carrying only CPU and memory.

Source: Tools for Monitoring Resources (Kubernetes) — Full metrics pipeline

Challenge yourself on this topic → Study as cards