Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 443 Bytes

File metadata and controls

18 lines (15 loc) · 443 Bytes

Metric server is required for Horizontal Pod Autoscaler

What is Metric Server?

It collects metrics like CPU, memory or Disk IO consumption for containers or nodes, from the Summary API, exposed by Kubelet on each node.

Clone Metric-server helm chart on K8 Master

git clone https://github.com/initsixcloud/metric-server.git

Create Metric Server

kubectl create -f .
kubectl top pods
kubectl top nodes