# High Availability

Bindplane is capable of running in high availability (HA) mode. Bindplane runs in an **active-active** HA mode, meaning that the workload of the application is spread across all nodes in the cluster.

<figure><img src="/files/o0Sl3hBl9ZJVDWvoGo0K" alt="Bindplane docs - High Availability - image 1"><figcaption></figcaption></figure>

When operating Bindplane in high availability, several user-managed components are\
required.

* [Load balancer](/production-checklist/bindplane/high-availability/load-balancer.md)
* [PostgreSQL](/production-checklist/bindplane/high-availability/postgresql.md)
* [Prometheus Measurement Database](/production-checklist/bindplane/high-availability/prometheus.md)
* [Event Bus](/production-checklist/bindplane/high-availability/event-bus.md)

One or more Bindplane servers can be installed. Each server is stateless. All data is stored in the Postgres and Prometheus databases. Communication between servers is handled by the event bus. The configuration between all Bindplane servers should be the same.

### Example Implementations

#### Google Cloud

See the [Multi Node Architecture On Google Cloud](broken://pages/3Fc7OnBWxDIVttFF4qKI) guide for details on how to deploy Bindplane server's distributed architecture on Google Cloud using services such as Cloud Load Balancer, Pub/Sub, and CloudSQL.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bindplane.com/production-checklist/bindplane/high-availability.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
