metrics-server
metrics-server is a Kubernetes add-on that aggregates resource metrics (CPU/memory) from kubelets and exposes them to the Kubernetes Metrics API (used by Horizontal Pod Autoscaler and kubectl top).
Score Breakdown
⚙ Agent Friendliness
🔒 Security
Security is primarily determined by Kubernetes RBAC and the TLS/auth configuration between metrics-server and kubelets. As a cluster component, it should not expose secrets directly, but misconfiguration (overly broad RBAC or insecure kubelet access) can weaken security.
⚡ Reliability
Best When
You need cluster resource metrics inside Kubernetes and want the standard Kubernetes metrics pipeline.
Avoid When
You need a full observability stack with retention, alerting, and query languages rather than the Metrics API.
Use Cases
- • Enable kubectl top for nodes/pods
- • Provide metrics to Horizontal Pod Autoscaler (HPA)
- • Support custom autoscaling and dashboards that rely on Kubernetes Metrics API
Not For
- • Collecting long-term historical metrics/monitoring (that typically requires Prometheus/Grafana or similar)
- • Application-level business metrics
- • As a standalone metrics backend for external systems
Interface
Authentication
No standalone end-user API auth is described here; access is governed by Kubernetes RBAC and kubelet connectivity/TLS settings.
Pricing
Open-source Kubernetes component; pricing depends on infrastructure.
Agent Metadata
Known Gotchas
- ⚠ As a Kubernetes add-on, agent interactions depend on cluster setup (RBAC, TLS to kubelets, APIService registration).
- ⚠ Metrics availability can lag during kubelet/cluster transitions; agents may see empty/temporary metrics if queried too early.
- ⚠ Configuration flags and permissions (service account, aggregation permissions) often require manual alignment to the cluster environment.
Alternatives
Full Evaluation Report
Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for metrics-server.
AI-powered analysis · PDF + markdown · Delivered within 30 minutes
Package Brief
Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.
Delivered within 10 minutes
Score Monitoring
Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.
Continuous monitoring
Scores are editorial opinions as of 2026-04-04.