metrics-server

Scalable and efficient source of container resource metrics for Kubernetes built-in autoscaling pipelines. (by kubernetes-sigs)

Metrics-server Alternatives

Similar projects and alternatives to metrics-server

  1. kubernetes

    Production-Grade Container Scheduling and Management

  2. InfluxDB

    InfluxDB โ€“ Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. terraform

    Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

  4. prometheus

    The Prometheus monitoring system and time series database.

  5. kind

    Kubernetes IN Docker - local clusters for testing Kubernetes

  6. k9s

    ๐Ÿถ Kubernetes CLI To Manage Your Clusters In Style!

  7. cert-manager

    Automatically provision and manage TLS certificates in Kubernetes

  8. keda

    KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. istio

    Connect, secure, control, and observe services.

  11. autoscaler

    Autoscaling components for Kubernetes

  12. minikube

    Run Kubernetes locally

  13. sealed-secrets

    A Kubernetes controller and tool for one-way encrypted Secrets

  14. eksctl

    The official CLI for Amazon EKS

  15. JHipster

    JHipster, much like Spring initializr, is a generator to create a boilerplate backend application, but also with an integrated front end implementation in React, Vue or Angular. In their own words, it "Is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures."

  16. kubespray

    Deploy a Production Ready Kubernetes Cluster

  17. terraform-aws-eks-blueprints

    Configure and deploy complete EKS clusters.

  18. kube-state-metrics

    Add-on agent to generate and expose cluster-level metrics.

  19. dashboard

    General-purpose web UI for Kubernetes clusters

  20. terraform-aws-vpc

    Terraform module to create AWS VPC resources ๐Ÿ‡บ๐Ÿ‡ฆ

  21. k8s-prometheus-adapter

    An implementation of the custom.metrics.k8s.io API using Prometheus

  22. http-add-on

    Add-on for KEDA to scale HTTP workloads

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better metrics-server alternative or higher similarity.

metrics-server discussion

Log in or Post with

metrics-server reviews and mentions

Posts with mentions or reviews of metrics-server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-05-15.
  • Home Lab: Chapter 3 โ€” Kubernetes Setup
    2 projects | dev.to | 15 May 2025
    # patches/metrics-server.yaml machine: kubelet: extraArgs: rotate-server-certificates: true files: - content: | [metrics] address = "0.0.0.0:11234" path: /var/cri/conf.d/metrics.toml op: create cluster: extraManifests: - https://raw.githubusercontent.com/alex1989hu/kubelet-serving-cert-approver/main/deploy/standalone-install.yaml - https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
  • Kubernetes Observability With Kube-State-Metrics
    5 projects | dev.to | 12 May 2025
    Kube-State-Metrics is only one part of the Kubernetes metrics ecosystem. Metrics-Server is another commonly discussed component that you should also include in your observability strategy. Whereas Kube-State-Metrics reports metrics about the states of objects in your cluster, Metrics-Server exposes real-time CPU and memory resource utilization metrics for your Nodes and Pods.
  • Kubernetes as Bare Metal Service utilizing Sidero Metal & Talos
    2 projects | dev.to | 14 Mar 2025
    apiVersion: metal.sidero.dev/v1alpha1 kind: ServerClass metadata: name: masters spec: qualifiers: hardware: - system: manufacturer: QEMU memory: totalSize: "12 GB" configPatches: - op: add path: /machine/network/interfaces value: - deviceSelector: busPath: "0*" dhcp: true vip: ip: "10.1.1.50" - op: add path: /machine/network/nameservers value: - 1.1.1.1 - 1.0.0.1 - op: replace path: /machine/install value: disk: none diskSelector: size: '< 100GB' - op: replace path: /cluster/network/cni value: name: none # name: "custom" # urls: # - "https://raw.githubusercontent.com/kubebn/talos-proxmox-kaas/main/manifests/talos/cilium.yaml" - op: replace path: /cluster/proxy value: disabled: true - op: replace path: /machine/kubelet/extraArgs value: rotate-server-certificates: true - op: replace path: /cluster/inlineManifests value: - name: cilium contents: |- apiVersion: v1 kind: Namespace metadata: name: cilium labels: pod-security.kubernetes.io/enforce: "privileged" - op: replace path: /cluster/extraManifests value: - https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml - https://raw.githubusercontent.com/alex1989hu/kubelet-serving-cert-approver/main/deploy/standalone-install.yaml
  • RCE Vulnerability in QBittorrent
    5 projects | news.ycombinator.com | 1 Nov 2024
    Just add `--kubelet-insecure-tls`

    that solves the problem!

    https://github.com/kubernetes-sigs/metrics-server/issues/196

  • How to test Kubernetes autoscaling
    2 projects | dev.to | 28 Jul 2024
    Before deploying anything into this namespace, itโ€™s important first to verify that the metrics server is deployed and configured in your cluster. This metrics server is part of how Kubernetes implements autoscaling rules. Check whether itโ€™s installed by running:
  • 26 Top Kubernetes Tools
    18 projects | dev.to | 12 Jun 2024
    Metrics Server is a Kubernetes addon that collects CPU and memory resource utilization information at the Node and Pod level. It's a lightweight, single-cluster, Kubernetes-only alternative to more complex monitoring solutions like Prometheus.
  • Lowest Price for your own kubernetes using Hetzner Cloud(incl. Storage Provisioner)
    4 projects | dev.to | 12 May 2024
    (kubespray-venv) kube-master1:~# curl -LO https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml nano components.yaml
  • Upgrading Hundreds of Kubernetes Clusters
    17 projects | dev.to | 3 Apr 2024
    The last one is mostly an observability stack with Prometheus, Metric server, and Prometheus adapter to have excellent insights into what is happening on the cluster. You can reuse the same stack for autoscaling by repurposing all the data collected for monitoring.
  • Deploy Secure Spring Boot Microservices on Amazon EKS Using Terraform and Kubernetes
    13 projects | dev.to | 23 Nov 2023
    and the Metrics Server.
  • โ˜ธ๏ธ Managed Kubernetes : Our dev is on AWS, our prod is on OVH
    6 projects | dev.to | 1 Jul 2023
    Metrics-server is installed by default on OVH, and has to be installed manually on AWS/EKS cluster.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 16 May 2025
    SaaSHub helps you find the best software and product alternatives Learn more โ†’

Stats

Basic metrics-server repo stats
47
6,131
7.6
8 days ago

Sponsored
InfluxDB โ€“ Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Go is
the 4th most popular programming language
based on number of references?