InterviewSolution
Saved Bookmarks
| 1. |
What is Kubernetes metrics server? |
|
Answer» Metrics SERVER is used as a cluster-wide aggregator of RESOURCE usage data. It is used to collect data and manage it among RESOURCES in a set of clusters. Its primary purpose is to collect metrics like CPU or memory consumption for CONTAINERS or NODES, from the Summary API, exposed by Kubelet on each node. |
|