---
title: "Metrics Server"
sidebar_label: "Metrics Server"
description: "What is Metrics Server and what role does it play in the cluster"
sidebar_position: 6
toc_max_heading_level: 2
---

import Formbricks from '@theme/MDXComponents/Formbricks';

# Metrics Server

Metrics Server is a Kubernetes component that collects resource usage data in the cluster and makes it available to other Kubernetes components via the [Metrics API](https://github.com/kubernetes/metrics). Horizontal Pod Autoscaling and Vertical Pod Autoscaling work based on data from Metrics Server. You can view metrics using `kubectl top`. Node group autoscaling on cloud servers can be [configured using Cluster Autoscaler](/managed-kubernetes/node-groups/autoscaling.mdx). To monitor, [see logs in the Managed Kubernetes cluster](/managed-kubernetes/clusters/logs.mdx) or use dedicated applications, for example, [Prometheus](https://prometheus.io/).

Metrics Server is installed by default in Managed Kubernetes clusters of version 1.27 and higher. You can [upgrade the cluster version on a cloud server](/managed-kubernetes/clusters/upgrade-version.mdx).

Read more about how Metrics Server works in the article [Kubernetes Metrics Server](https://github.com/kubernetes-sigs/metrics-server) in the Kubernetes documentation.

<Formbricks />
