Prometheus Adapter for Kubernetes Metrics APIs: Difference between revisions
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
[[File:Metrics_and_Autoscaling_PrometheusAdapter.png]] | [[File:Metrics_and_Autoscaling_PrometheusAdapter.png]] | ||
=Installation= | =Installation= | ||
[[Prometheus_Installation_with_Helm#Install|Install Prometheus first]]. Then: | |||
<syntaxhighlight lang='bash'> | <syntaxhighlight lang='bash'> | ||
kubectl create ns prometheus-adapter | kubectl create ns prometheus-adapter |
Revision as of 05:17, 14 October 2020
External
Internal
Overview
The Prometheus adapter is a Kubernetes Aggregation Layer extension.
Installation
Install Prometheus first. Then:
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