Documentation for automated readers
A curated documentation index is available at: https://grafana.com/llms.txt
A complete documentation index is available at: https://grafana.com/llms-full.txt
These indexes can help with page discovery before fetching individual documents.
This page is also available in Markdown, which may be easier for automated readers and AI tools to parse than HTML. The Markdown version is available at https://grafana.com/docs/grafana-cloud/send-data/alloy/set-up/install/kubernetes.md, or by sending Accept: text/markdown to https://grafana.com/docs/grafana-cloud/send-data/alloy/set-up/install/kubernetes/. For broader documentation discovery, the curated index is available at https://grafana.com/llms.txt and the complete index is available at https://grafana.com/llms-full.txt.
Deploy Grafana Alloy on Kubernetes
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


