Skip to main content
Version: 1.21.X

Metrics-server

Metrics Server is a cluster-wide aggregator of resource usage metrics for pods and nodes. These are the same metrics that you can access by using kubectl top. The metrics server collects metrics from the Summary API, exposed by Kubelet on each node.

Requirements

  • Kubernetes >= 1.20.0
  • Kustomize >= 3.3.x
  • cert-manager >= 1.0.0

Image repository and tag

Configuration

Fury distribution Metrics Server is deployed with the following configuration:

  • Replica number: 1
  • Metrics are scraped from Kubelets every 30s
  • Skips verifying Kubelet CA certificates

Deployment

You can deploy Metrics Server by running the following command in the root of the project:

kustomize build | kubectl apply -f -