Menu
Choose a product
Scroll for more
Grafana Cloud
Deploy Grafana Alloy on Kubernetes
Start your learning experience with Grafana Learning Paths
Grafana Learning Paths provide a clear, structured path that leads you from beginner concepts to advanced use cases. Learn about this Grafana feature on Monitor Kubernetes cluster infrastructure in Grafana Cloud.
Alloy can be deployed on Kubernetes by using the Helm chart for Alloy.
Before you begin
- Install Helm on your computer.
- Configure a Kubernetes cluster that you can use for Alloy.
- Configure your local Kubernetes context to point at the cluster.
Deploy
To deploy Alloy on Kubernetes using Helm, run the following commands in a terminal window:
Add the Grafana Helm chart repository:
shellhelm repo add grafana https://grafana.github.io/helm-chartsUpdate the Grafana Helm chart repository:
shellhelm repo updateCreate a namespace for Alloy:
shellkubectl create namespace <NAMESPACE>Replace the following:
<NAMESPACE>: The namespace to use for your Alloy installation, such asalloy.
Install Alloy:
shellhelm install --namespace <NAMESPACE> <RELEASE_NAME> grafana/alloyReplace the following:
<NAMESPACE>: The namespace created in the previous step.<RELEASE_NAME>: The name to use for your Alloy installation, such asalloy.
Verify that the Alloy pods are running:
shellkubectl get pods --namespace <NAMESPACE>Replace the following:
<NAMESPACE>: The namespace used in the previous step.
You have successfully deployed Alloy on Kubernetes, using default Helm settings.
Next steps
Was this page helpful?
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:
Video

Getting started with managing your metrics, logs, and traces using Grafana
In this webinar, we’ll demo how to get started using the LGTM Stack: Loki for logs, Grafana for visualization, Tempo for traces, and Mimir for metrics.
Video

Intro to Kubernetes monitoring in Grafana Cloud
In this webinar you’ll learn how Grafana offers developers and SREs a simple and quick-to-value solution for monitoring their Kubernetes infrastructure.
Video

Building advanced Grafana dashboards
In this webinar, we’ll demo how to build and format Grafana dashboards.