0% found this document useful (0 votes)
3 views1 page

Metrics Server

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Metrics Server

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

The Kubernetes metrics server provides information about the usage of the cluster resources

(such as CPU and memory) which is useful for scaling, while kube-state-metrics focuses more
on the health of the Kubernetes objects in your cluster, such as the availability of pods and the
readiness of nodes.

Metrics server:

Metrics Server collects resource metrics from Kubelets and exposes them in Kubernetes
apiserver through Metrics API for use by Horizontal Pod Autoscaler and Vertical Pod
Autoscaler. Metrics API can also be accessed by kubectl top, making it easier to debug
autoscaling pipelines.

Metrics Server is not meant for non-autoscaling purposes. For example, don't use it to forward
metrics to monitoring solutions, or as a source of monitoring solution metrics. In such cases
please collect metrics from Kubelet /metrics/resource endpoint directly.

Metrics Server is needed for the following:

Horizontal Pod Autoscaler - Add/Remove PODs automatically based on the load.


Vertical Pod Autoscaler - Avicts PODs and starts them on a Node which has enough resources.

kubectl top node

kubectl top pod -n default

https://github.com/kubernetes-sigs/metrics-server
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/
components.yaml

Kube state metrics:

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy