Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new hosting options #425

Merged
merged 2 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions docs/articles/hosting-options.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
title: Hosting Options
---

Your place or ours; Zuplo has a variety of hosting options to suit your needs.

## 1. Managed Edge

Here we run your Zuplo projects serverlessly at the edge (300+ datacenters
worldwide). This is our most popular option, if you use our self-serve product
and pay with your credit card this is the option you are choosing. This option
is also popular with Enterprise clients where we handle many Billions of
requests per month and scale up to 100,000s of requests per second effortlessly.

## 2. Managed Dedicated

We run your gateway in a dedicated, isolated VPC on AWS, GCP, Azure, Equinix,
TerraSwitch etc. You get to choose the regions you want your service hosted to
meet any sovereignty or data concerns.

We can support private networking options like AWS PrivateLink, Azure Private
Link, GCP Private Service Connect; available for both inbound and outbound
connections.

To learn more about Managed Dedicated [talk to us](https://book.zuplo.com).

## 3. Self-hosted (AKA on-prem)

You get to run Zuplo on your own infrastructure in any cloud or private
data-center. Available as a hybrid option with the use of shared services for
rate-limiting or full self-host. You can deploy Zuplo to any management or
hosting environment such as Kubernetes, Nomad, VMs, Containers etc.

To learn more about self-hosting [book a meeting](htts://book.zuplo.com) with
us.

## Certified

Zuplo is SOC2 Type 2 Compliant, see more in our
[Trust Center](https://trust.zuplo.com).
6 changes: 5 additions & 1 deletion sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
{
"type": "category",
"label": "Introduction",
"items": ["articles/what-is-zuplo", "articles/who-uses-and-why"],
"items": [
"articles/what-is-zuplo",
"articles/who-uses-and-why",
"articles/hosting-options"
],
"isExpandedByDefault": true
},
{
Expand Down