Image Overview: vector

Overview: vector Chainguard Image

Minimal image with Vector, a high-performance, end-to-end (agent & aggregator) observability data pipeline

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/vector:latest

Testing

Fortunately, we have a Helm Chart ready-to-use for testing this image.

You can find it here.

Basically, all you need to do is running the commands below to test the application:

helm repo add vector https://helm.vector.dev
helm repo update
helm install --name vector \
  --set image.registry=cgr.dev/ \
  --set image.repository=chainguard/vector \
  --set image.tag=latest

Once you run the commands above, you will end up having the application running on your cluster.

Last updated: 2024-04-11 12:38