
Title
Page icon
Create new category
Edit page index title
Edit category
Edit link
Metrics-server Addon
Introduction
The Kubernetes cluster Metrics Server addon is an aggregator of resource usage data in your cluster.
Description
It is an open-source, scalable, and effective cluster addon that provides a means of collecting resource data (like memory and CPU usage) from the kubelet on each worker node. Additionally, it provides data for the Kubernetes Horizontal Pod Autoscaler when used for auto-scaling workloads. Once obtained, that info is exposed inside the Kubernetes API server via the Metrics API. It is an integral part of the core metrics pipeline.
Note: The Metrics Server addon is not meant for non-autoscaling purposes like Grafana or Prometheus monitoring.
Settings
To access and modify the settings, go to the Infrastructure page, check the radio button next to the cluster you wish to modify, then click edit.

Once the new page is open, scroll down the where the cluster addon can be enabled.

CLI
Once installed and activated, the Metrics API can then be accessed using the kubectl top command, making for easier debugging of various issues.
Syntax
All Available Commands and Flags
Example
YAML Specifications
Conclusion
Addons are updated along with the pf9-kube version and can be referenced in the Support Matrix article. For additional assistance, contact our support team.