Metrics Server
Metrics Server collects CPU and memory metrics from the kubelets and exposes them through the Kubernetes Metrics API. Edka installs the kubernetes-sigs Metrics Server Helm chart into kube-system with RBAC created. It is a required add-on.
- CPU and memory metrics for all pods and nodes
- Backs the Horizontal Pod Autoscaler (HPA)
- Backs the Vertical Pod Autoscaler (VPA)
- Serves
kubectl topfor pods and nodes
Features available
- Resource Metrics API exposed through the Kubernetes API server
- Metrics scraped from kubelets across every node
- RBAC created on install
- Runs in
kube-system
Deploy Metrics Server
Metrics Server
Monitoring
Enable resource metrics and autoscaling in Kubernetes with Metrics Server, providing CPU and memory metrics for pods and nodes.