add diagram

This commit is contained in:
miloschwartz
2026-02-23 20:59:59 -08:00
parent 77e98a259a
commit 0bdd4f115e
2 changed files with 5 additions and 1 deletions

View File

@@ -20,6 +20,10 @@ For organizations requiring maximum uptime and performance, Pangolin supports cl
In a clustered configuration, multiple Pangolin server instances operate together, sharing state through a PostgreSQL database and Valkey server. Each instance can independently serve user requests, manage authentication, and coordinate with Gerbil instances to support thousands of sites across your organization.
<Frame caption="Pangolin clsuter diagram with two nodes">
<img src="/images/pangolin-cluster.png" alt="Pangolin Cluster"/>
</Frame>
## Architecture Components
A Pangolin cluster consists of several coordinated components that work together to provide high availability and seamless failover. Each component plays a specific role in ensuring your deployment remains online and performant.
@@ -157,4 +161,4 @@ Understanding how requests flow through the cluster helps clarify how these comp
Clustered deployments require careful planning around database replication, Valkey configuration, network topology, DNS infrastructure, and monitoring. These advanced architectures are available as part of Pangolin's [Enterprise Edition](/self-host/enterprise-edition) with dedicated support for design, deployment, and ongoing operations.
For organizations interested in clustering for high availability or regional distribution, please [contact our enterprise team](https://pangolin.net/talk-to-us) to discuss your requirements and receive implementation guidance.
For organizations interested in clustering for high availability or regional distribution, please [contact our enterprise team](https://pangolin.net/talk-to-us) to discuss your requirements and receive implementation guidance.