Image Overview: grafana

Overview: grafana Chainguard Image

A minimal wolfi-based image for grafana, which is an open-source monitoring and observability application

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/grafana:latest

Upstream documentation

For more information on grafana, refer to the grafana documentation. Additionally the grafana GitHub reposiory can be found here.

Helm

grafana can be deployed using the following helm chart:

Follow the instructions in the link above to deploy grafana using helm. Note you will need to override the default image and tag used, replacing with the chainguard image, example:

helm repo add grafana https://grafana.github.io/helm-charts
helm repo update

helm install grafana https://grafana.github.io/helm-charts \
  --set image.repository=cgr.dev/chainguard/grafana \
  --set image.tag=latest

Refer to the helm chart documentation for full instructions on how to use the helm chart.

Docker

grafana can be launched using docker. Refer to the grafana docker image documentation for full instructions.

Example:

docker run --name=local-grafana -p 3000:3000 cgr.dev/chainguard/grafana:latest

The grafana Web UI would be accessible via:

Last updated: 2024-04-11 12:38