Image Overview: grafana-agent-operator

Overview: grafana-agent-operator Chainguard Image

Grafana Agent Operator is a Kubernetes operator for the static mode of Grafana Agent.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/grafana-agent-operator:latest

Usage

For full instructions on grafana-agent-operator, refer to the official documentation. The GitHub repository can also be found here.

Helm

To deploy via helm, please refer to the official helm charts documentation and the helm charts repository for comprehensive instructions, which includes supported parameters

Below is an example of how to use the helm chart, overriding the image with the chainguard image:

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

helm install my-release grafana/grafana-agent-operator \
 --set image.registry=cgr.dev \
 --set image.repository=chainguard/grafana-agent-operator \
 --set image.tag=latest

Last updated: 2024-04-11 12:38