Add docs for managed

This commit is contained in:
Owen
2025-08-21 16:31:33 -07:00
parent c9d6ba92c0
commit a59af90173
14 changed files with 728 additions and 62 deletions

View File

@@ -1,44 +0,0 @@
---
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={2}>
<Card title="Pangolin Cloud" icon="cloud" href="https://pangolin.fossorial.io/auth/signup">
Network of points of presence with automatic failover and routing to your backend services.
</Card>
<Card title="Hybrid" icon="circle-nodes" href="/manage/high-availability#hybrid-deployment">
Host your own multiple points of presence with cloud coordination and automatic failover. Data always transits your servers.
</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.
## Hybrid Deployment
The hybrid model allows you to host your own points of presence while leveraging Pangolin Cloud's coordination and failover capabilities:
### How It Works
- **You Host the Exit Node**: Manage the infrastructure for your points of presence, which connect your Newt tunnels.
- **We Handle the Rest**: Pangolin Cloud manages the control plane, DNS, certificate management, database, and backups.
- **Failover Made Simple**: Host multiple exit nodes with automatic failover between them. Optionally, if your nodes are unavailable, traffic automatically fails over to our cloud nodes.
### Benefits
- **Data Control**: Traffic flows through your servers, giving you control over data transit costs, privacy, and works with your security policies.
- **High Availability**: Eliminates the complexity of managing high availability while still owning your own infrastrcture.
<Tip>
Hybrid deployment is ideal for organizations that need high availability while maintaining control over their infrastructure and data transit.
</Tip>
## Contact Us
For hybrid deployments, points of presence, and high availability contact us:
- **Email**: [numbat@fossorial.io](mailto:numbat@fossorial.io)

36
manage/managed.mdx Normal file
View File

@@ -0,0 +1,36 @@
---
title: "Self host a Managed PoP"
description: "Learn about Pangolin's managed deployment mode"
---
In this deployment modality you can host your own points of presence with cloud coordination and automatic failover. Data always transits your servers and the cloud handles orchestration between all of your PoPs.
Its essentially just the normal self hosted pangolin setup, but with added benefits of cloud integration and coordinated failover.
<Tip>
You can deploy a managed Pangolin PoP in seconds [using the installer](../self-host/quick-install-managed).
</Tip>
### How It Works
- **You Host the PoP**: Manage the infrastructure for your points of presence, which connect your Newt tunnels.
- **We Handle the Rest**: Pangolin Cloud manages the control plane, DNS, certificate management, database, and backups.
- **Failover Made Simple**: Host multiple PoPs with automatic failover between them. Optionally, if your PoPs are unavailable, traffic automatically fails over to our cloud PoPs.
<Frame>
<img src="/images/ha.svg" width="400" centered/>
</Frame>
<Note>
For detailed information about how points of presence work and their advantages, see our [Points of Presence](/manage/points-of-presence) documentation.
</Note>
### Benefits
- **Data Control**: Traffic flows through your servers, giving you control over data transit costs, privacy, and works with your security policies.
- **High Availability**: Eliminates the complexity of managing high availability while still owning your own infrastructure.
- **Less Management Overhead**: While we update the cloud with new features you don't need to touch your PoPs unless you want to.
<Tip>
Managed deployment is ideal for organizations that need high availability while maintaining control over their infrastructure and data transit.
</Tip>

View File

@@ -1,5 +1,5 @@
---
title: "Points of Presence"
title: "HA & Points of Presence"
description: "Learn about Pangolin's network of points of presence and how they provide highly available, low-latency access to your applications"
---
@@ -86,8 +86,8 @@ Think of points of presence as the "front doors" to your applications - users co
Network of points of presence with automatic failover and routing to your backend services.
</Card>
<Card title="Hybrid" icon="circle-nodes" href="/manage/high-availability#hybrid-deployment">
Host your own multiple points of presence with cloud coordination and automatic failover. Data always transits yours servers.
<Card title="Managed" icon="circle-nodes" href="/manage/managed">
Host your own multiple points of presence with cloud coordination and automatic failover. Data always transits your servers.
</Card>
<Card title="Self-Hosted" icon="server" href="/self-host/quick-install">
@@ -96,14 +96,9 @@ Think of points of presence as the "front doors" to your applications - users co
</CardGroup>
<Warning>
Self-hosted Pangolin provides only a single point of presence and is not highly available. Consider Pangolin Cloud or hybrid deployment for production environments requiring high availability.
Self-hosted Pangolin provides only a single point of presence and is not highly available. Consider Pangolin Cloud or managed deployment for production environments requiring high availability.
</Warning>
<Tip>
Hybrid deployment is ideal for organizations that need high availability while maintaining control over their infrastructure and data transit.
</Tip>
## Contact Us
For hybrid deployments, points of presence, and high availability contact us:
- **Email**: [numbat@fossorial.io](mailto:numbat@fossorial.io)
Managed deployment is ideal for organizations that need high availability while maintaining control over their infrastructure and data transit.
</Tip>