Product Docs
Open Source
Education
Minimalist Wolfi-based Prometheus Node Exporter image for exporting node metrics.
The image is available on cgr.dev:
cgr.dev
docker pull cgr.dev/chainguard/prometheus-node-exporter:latest
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.