mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
docs: add ha multi region docs
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7096 Co-authored-by: Sean Park-Ross <94021366+seanparkross@users.noreply.github.com> GitOrigin-RevId: bcb5e70dac234920c27dcf34e13f84fa2bc992d7
This commit is contained in:
parent
5c8bd8abd9
commit
0cc4693def
26
docs/docs/deployment/hasura-cloud/high-availability.mdx
Normal file
26
docs/docs/deployment/hasura-cloud/high-availability.mdx
Normal file
@ -0,0 +1,26 @@
|
||||
---
|
||||
description: High-availability configuration on Hasura Cloud
|
||||
keywords:
|
||||
- hasura
|
||||
- high-availability
|
||||
- cloud configuration
|
||||
sidebar_label: High-availability configuration
|
||||
sidebar_position: 45
|
||||
sidebar_class_name: cloud-and-enterprise-icon
|
||||
---
|
||||
|
||||
# High-Availability Configuration
|
||||
|
||||
<div className="badge badge--primary heading-badge">Available on: Cloud Standard, Cloud Enterprise</div>
|
||||
|
||||
## Overview
|
||||
|
||||
Hasura Cloud supports high-availability (HA) configurations for Cloud Standard and Cloud Enterprise projects.
|
||||
|
||||
We configure each Cloud Standard and Cloud Enterprise project across different Availability Zones (AZs). In the event of
|
||||
an incident, our global gateway will ensure traffic is not routed to the affected compute instances while the systems
|
||||
are auto-recovering.
|
||||
|
||||
This redundancy and ability to identify problematic instances provides you with protection against data center power
|
||||
outages, natural disasters, and other incidents while ensuring your project is performant, handles scaling, and, most
|
||||
importantly, is available.
|
Loading…
Reference in New Issue
Block a user