mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-03-02 00:36:45 +00:00
test deploy
This commit is contained in:
29
manage/high-availability.mdx
Normal file
29
manage/high-availability.mdx
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
title: "High Availability"
|
||||
description: "Learn about Pangolin's high availability options and how to ensure your applications remain accessible"
|
||||
---
|
||||
|
||||
Pangolin provides multiple deployment options to ensure your applications remain highly available and accessible to users worldwide.
|
||||
|
||||
<CardGroup cols={3}>
|
||||
<Card title="Pangolin Cloud" icon="cloud" href="https://pangolin.fossorial.io/auth/signup">
|
||||
Global network of points of presence with automatic failover and routing to your backend services.
|
||||
</Card>
|
||||
|
||||
<Card title="Hybrid" icon="server" href="mailto:numbat@fossorial.io">
|
||||
Host your own multiple highly available points of presence with cloud coordination and automatic failover.
|
||||
</Card>
|
||||
|
||||
<Card title="Self-Hosted" icon="server" href="/self-host/quick-install">
|
||||
Fully self-hosted, self-contained Pangolin server acting as a single point of presence.
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
## How It Works
|
||||
|
||||
For detailed information about how points of presence work and their advantages, see our [Points of Presence](/manage/points-of-presence) documentation.
|
||||
|
||||
## Contact Us
|
||||
|
||||
For hybrid deployments, points of presence, and high availability contact us:
|
||||
- **Email**: [numbat@fossorial.io](mailto:numbat@fossorial.io)
|
||||
Reference in New Issue
Block a user