Kubernetes metrics-server Installation
Metrics Server is a cluster-wide aggregator of resource usage data. It collects metrics like CPU or memory consumption for containers or nodes, from the Summary API, exposed by Kubelet on each node. Installation:- To deploy the Metrics Server Deploy the Metrics Server with the following command from the master node: root@master:# kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml Verify that the metrics-server deployment […]
Read More →