Image Overview: prometheus-node-exporter

Overview: prometheus-node-exporter Chainguard Image

Minimalist Wolfi-based Prometheus Node Exporter image for exporting node metrics.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/prometheus-node-exporter:latest

Usage

The easiest way to install the Prometheus Node Exporter is to use the Helm chart.

Get the digest of the image, and then install the chart:

$ helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
$ helm repo update
$ helm install prom-node-exporter prometheus-community/prometheus-node-exporter \
 --set image.registry=cgr.dev \
 --set image.repository=chainguard/prometheus-node-exporter \
 --set image.digest=[DIGEST]

For more detail, please refer to the Node Exporter documentation.

Last updated: 2024-04-11 12:38