Image Overview: neuvector-prometheus-exporter-fips

Overview: neuvector-prometheus-exporter-fips Chainguard Image

Prometheus exporter and Grafana template for NeuVector container security platform.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard-private/neuvector-prometheus-exporter-fips:latest

Usage

Add the NeuVector Helm repository to your repositories list:

helm repo add neuvector https://neuvector.github.io/neuvector-helm/
helm repo update

Next, install the NeuVector Prometheus Exporter with the following command:

helm install neuvector-prometheus-exporter neuvector/monitor \
    --namespace neuvector \
    --create-namespace \
    --set exporter.apiSvc=neuvector-svc-controller:10443 \
    --set exporter.image.repository=cgr.dev/chainguard/neuvector-prometheus-exporter \
    --set exporter.image.tag=<set to the latest chainguard tag>

Jump to the official Helm Chart for more detailed usage.

P.S: The Exporter will not work without the NeuVector Core Service. Install the neuvector/core first.

Last updated: 2024-04-11 12:38