Editing Kubernetes Metrics Server (KMS)

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
[[wikipedia:Kubernetes Metrics Server]] collects resource metrics from [[Kubelets]] and exposes them in Kubernetes apiserver through [[Metrics API]] for use by [[Horizontal Pod Autoscaler (HPA)]], [[Vertical Pod Autoscaler (VPA)]] and <code>[[kubectl top]]</code>.
+
[[wikipedia:Kubernetes Metrics Server]]
 
* https://github.com/kubernetes-sigs/metrics-server
 
* https://github.com/kubernetes-sigs/metrics-server
 
 
  
 
== Installation ==
 
== Installation ==
* <code>[[helm repo add metrics-server]] https://kubernetes-sigs.github.io/metrics-server/</code>
+
* <code>helm repo add metrics-server https://kubernetes-sigs.github.io/metrics-server/</code>
* <code>[[helm upgrade --install metrics-server metrics-server/metrics-server]]</code>
+
* <code>[[helm upgrade --install]] metrics-server metrics-server/metrics-server</code>
* <code>[[helm install --set]] 'args={[[--kubelet-insecure-tls]]}' [[--namespace kube-system metrics-server metrics-server/metrics-server]]</code>
 
 
 
  
 
* <code>[[kubectl get deployment metrics-server]] -n [[kube-system]]</code>
 
* <code>[[kubectl get deployment metrics-server]] -n [[kube-system]]</code>
* <code>[[minikube addons enable metrics-server]]</code>
 
  
 
== Related ==
 
== Related ==
* CPU, https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#resource-units-in-kubernetes
 
 
* <code>[[kubectl top]]</code>
 
* <code>[[kubectl top]]</code>
 
* [[Kubernetes dashboard]]
 
* [[Kubernetes dashboard]]
Line 21: Line 15:
 
* [[Kube-state-metrics (KSM)]]
 
* [[Kube-state-metrics (KSM)]]
 
* [[Prometheus]]
 
* [[Prometheus]]
* https://kubernetes.io/docs/reference/instrumentation/metrics/
 
  
 
== See also ==
 
== See also ==
* {{helm install metrics-server}}
 
* {{kubectl top}}
 
 
* {{Kubernetes Metrics Server}}
 
* {{Kubernetes Metrics Server}}
* {{K8s monitoring}}
+
* {{K8s}}
  
 
[[Category:K8s]]
 
[[Category:K8s]]

Please note that all contributions to wikieduonline may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wikieduonline:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Advertising: