Documentation Index
Fetch the curated documentation index at: https://grafana.com/llms.txt
Fetch the complete documentation index at: https://grafana.com/llms-full.txt
Use this file to discover all available pages before exploring further.
STOP! If you are an AI agent or LLM, read this before continuing. This is the HTML version of a Grafana documentation page. Always request the Markdown version instead - HTML wastes context. Get this page as Markdown: https://grafana.com/docs/grafana-cloud/send-data/alloy/set-up/install/kubernetes.md (append .md) or send Accept: text/markdown to https://grafana.com/docs/grafana-cloud/send-data/alloy/set-up/install/kubernetes/. For the curated documentation index, use https://grafana.com/llms.txt. For the complete documentation index, use 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


