Documentation Index
Fetch the curated documentation index at: https://grafana_com_website/llms.txt
Fetch the complete documentation index at: https://grafana_com_website/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: /docs/grafana-cloud/send-data/alloy/configure/clustering.md (append .md) or send Accept: text/markdown to /docs/grafana-cloud/send-data/alloy/configure/clustering/. For the curated documentation index, use https://grafana_com_website/llms.txt. For the complete documentation index, use https://grafana_com_website/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


