Caution
Grafana Agent has reached End-of-Life (EOL) on November 1, 2025. Agent is no longer receiving vendor support and will no longer receive security or bug fixes. Current users of Agent Static mode, Agent Flow mode, and Agent Operator should proceed with migrating to Grafana Alloy. If you have already migrated to Alloy, no further action is required. Read more about why we recommend migrating to Grafana Alloy.
Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
Deploy Grafana Agent Flow on Kubernetes
Grafana Agent Flow can be deployed on Kubernetes by using the Helm chart for Grafana Agent.
Before you begin
- Install Helm on your computer.
- Configure a Kubernetes cluster that you can use for Grafana Agent Flow.
- Configure your local Kubernetes context to point to the cluster.
Deploy
Note
These instructions show you how to install the generic Helm chart for Grafana Agent Flow. You can deploy Grafana Agent either in static mode or flow mode. The Helm chart deploys Grafana Agent Flow by default.
To deploy Grafana Agent on Kubernetes using Helm, run the following commands in a terminal window:
Add the Grafana Helm chart repository:
helm repo add grafana https://grafana.github.io/helm-chartsUpdate the Grafana Helm chart repository:
helm repo updateInstall Grafana Agent:
helm install RELEASE_NAME grafana/grafana-agentReplace
RELEASE_NAMEwith a name to use for your Grafana Agent installation, such asgrafana-agent-flow.
For more information on the Grafana Agent Helm chart, refer to the Helm chart documentation on Artifact Hub.



