metrics-server
metrics-server is a Kubernetes add-on that aggregates resource metrics (such as CPU and memory) from kubelets and exposes them to the Kubernetes API (commonly used by HPA/VPA and kubectl top).
Score Breakdown
⚙ Agent Friendliness
🔒 Security
Security posture is largely determined by Kubernetes RBAC and the network/TLS configuration used for metrics-server to scrape kubelets. There is no evidence here of app-level secret leakage handling; assume best practices for cluster secrets and TLS validation, and avoid exposing metrics-server externally.
⚡ Reliability
Best When
Used inside a Kubernetes cluster where kubelet access to the aggregator can be secured, and where you need the Kubernetes Metrics API for autoscaling and troubleshooting.
Avoid When
You cannot securely grant the metrics-server access to kubelet stats endpoints, or when you require a full metrics/alerting stack rather than the Kubernetes Metrics API.
Use Cases
- • Autoscaling with Kubernetes HPA based on CPU/memory utilization
- • Viewing live cluster resource utilization via kubectl top
- • Providing metrics to controllers/ops tooling that require Kubernetes Metrics API
Not For
- • Long-term metrics storage/observability (Prometheus/Grafana are better fits)
- • Highly specialized telemetry pipelines
- • External/Internet-facing metrics exposure without network controls
Interface
Authentication
metrics-server itself is deployed as a Kubernetes component. Access to the exposed metrics API is typically controlled via Kubernetes RBAC rather than OAuth scopes.
Pricing
Open-source component; cost is operational (cluster resources).
Agent Metadata
Known Gotchas
- ⚠ metrics-server depends on kubelet access; common failures are TLS/auth/connectivity issues to kubelets
- ⚠ Kubernetes version/metrics.k8s.io API compatibility can affect behavior across clusters
- ⚠ If metrics are missing/empty, downstream autoscaling may not work; agents may need to check logs and APIService conditions rather than only request failures
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.