Kubernetes Horizontal Custom Metrics Autoscaling Walkthrough: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:
Install Prometheus Pushgateway and configure it as a Prometheus target with a Prometheus Operator ServiceMonitor as described here: {{Internal|Prometheus_Pushgateway_Installation#Kubernetes_Installation|Prometheus Pushgateway Installation}}
Install Prometheus Pushgateway and configure it as a Prometheus target with a Prometheus Operator ServiceMonitor as described here: {{Internal|Prometheus_Pushgateway_Installation#Kubernetes_Installation|Prometheus Pushgateway Installation}}


Prometheus Pushgateway will be used to manually or programmatically publish custom metrics.
Prometheus Pushgateway will be used to manually or programmatically publish custom metrics with a CLI script similar to [https://github.com/ovidiuf/playground/blob/master/prometheus/pushgateway/publish-metric publish-metric].

Revision as of 06:17, 16 October 2020

Internal

Process

Install Prometheus as described here:

Prometheus Installation with Helm

Install Prometheus Pushgateway and configure it as a Prometheus target with a Prometheus Operator ServiceMonitor as described here:

Prometheus Pushgateway Installation

Prometheus Pushgateway will be used to manually or programmatically publish custom metrics with a CLI script similar to publish-metric.