KubeDojo

Metrics Server and the Resource Metrics Pipeline

AK
by Alexis Kinsella··16 min read
Metrics Server and the Resource Metrics Pipeline

kubectl top nodes returns <unknown> for two of three nodes. Your HPA reports FailedGetResourceMetric and refuses to scale. Both symptoms point to the same place: the resource metrics pipeline, a chain of four components where a single broken link takes down real-time visibility and autoscaling simultaneously.

Troubleshooting this pipeline is a core CKA competency (30% Troubleshooting domain). The chain runs from container runtime through kubelet to Metrics Server to the Metrics API. What follows traces each link, covers installation and verification, shows how HPA depends on the same data path, and provides a systematic checklist for when scrapes fail.

Sign in to access this lesson

Create a free account or sign in to enroll in the CKA — Certified Kubernetes Administrator course and access all 63 lessons.

CKA — Certified Kubernetes Administrator

63 lessons

Browse the full course curriculum →