Metrics Server is a crucial component of a Kubernetes cluster, responsible for collecting resource usage and performance metrics from the nodes and pods. It provides a centralized and scalable solution for retrieving cluster-wide metrics, which is essential for monitoring the health and performance of your home lab. With Metrics Server, you can easily track the utilization of resources such as CPU, memory, and network bandwidth, allowing you to identify bottlenecks and make informed decisions about scaling and resource allocation. Whether you're looking to optimize resource utilization or simply monitor the health of your cluster, Metrics Server is a must-have tool for any home Kubernetes user.
Install with:
helm repo add metrics-server https://kubernetes-sigs.github.io/metrics-server/
helm install metrics-server metrics-server/metrics-server -f values.yaml
See examples from other people.
Name | Repo | Stars | Version | Timestamp |
---|---|---|---|---|
metrics-server | rafaribe/home-ops | 51 | 3.12.2 | a day ago |
metrics-server | kashalls/home-cluster | 100 | 3.12.2 | 2 days ago |
metrics-server | larivierec/home-cluster | 89 | 3.12.2 | 5 days ago |
metrics-server | buroa/k8s-gitops | 184 | 3.12.2 | 15 days ago |
metrics-server | anthr76/infra | 101 | 3.12.0 | 25 days ago |
See the most popular values for this chart:
Key | Types |
---|---|
boolean, string | |
args[] (159) - --kubelet-insecure-tls | string |
boolean, string | |
string | |
string | |
string | |
string | |
string | |
string | |
string | |
number, string | |
string | |
image.repository (6) registry.k8s.io/metrics-server/metrics-server | string |
image.tag (5) v0.7.2 | string |
string | |
string | |
service.labels."kubernetes.io/name" (4) Metrics-server | string |
boolean | |
string | |
string | |
boolean | |
string | |
boolean | |
string | |
string | |
string | |
string | |
string | |
string | |
string | |
string | |
string | |
number |