Prometheus Adapter for Kubernetes Metrics APIs

From NovaOrdis Knowledge Base
Revision as of 05:16, 14 October 2020 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

External

Internal

Overview

The Prometheus adapter is a Kubernetes Aggregation Layer extension.

Metrics and Autoscaling PrometheusAdapter.png

Installation

kubectl create ns prometheus-adapter

helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm search repo prometheus-community

helm install -n prometheus-adapter prometheus-adapter prometheus-community/prometheus-adapter