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/configure/clustering.md, or by sending Accept: text/markdown to https://grafana.com/docs/grafana-cloud/send-data/alloy/configure/clustering/. 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.
Configure Alloy clustering in an existing installation
You can configure Alloy to run with clustering so that individual Alloys can work together for workload distribution and high availability.
This topic describes how to add clustering to an existing installation.
Configure Alloy clustering with Helm Chart
This section guides you through enabling clustering when Alloy is installed on Kubernetes using the Alloy Helm chart.
Before you begin
- Ensure that your
values.yamlfile hascontroller.typeset tostatefulset.
Steps
To configure clustering:
Amend your existing
values.yamlfile to addclustering.enabled=trueinside thealloyblock.YAMLalloy: clustering: enabled: trueUpgrade your installation to use the new
values.yamlfile:Bashhelm upgrade <RELEASE_NAME> -f values.yamlReplace the following:
<RELEASE_NAME>: The name of the installation you chose when you installed the Helm chart.
Use the Alloy UI to verify the cluster status:
Click Clustering in the navigation bar.
Ensure that all expected nodes appear in the resulting table.
Was this page helpful?
Related resources from Grafana Labs


