Skip to content

Commit

Permalink
Updated deployments text for TPA
Browse files Browse the repository at this point in the history
Signed-off-by: Dj Walker-Morgan <[email protected]>
  • Loading branch information
djw-m committed Aug 31, 2023
1 parent 62f046b commit 8983fb3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions product_docs/docs/pgd/5/deployments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ indexCards: simple

You can deploy and install EDB Postgres Distributed products using the following methods:

- [Trusted Postgres Architect](/tpa/latest) (TPA) is an orchestration tool that uses Ansible to build Postgres clusters using a set of reference architectures that document how to set up and operate Postgres in various scenarios. TPA represents the best practices followed by EDB, and its recommendations apply to quick testbed setups just as they do to production environments. See [Deploying with TPA](tpa) for more information.
- [Trusted Postgres Architect](/tpa/latest) (TPA) is an orchestration tool that uses Ansible to build Postgres clusters using a set of reference architectures that document how to set up and operate Postgres in various scenarios. TPA represents the best practices followed by EDB, and its recommendations apply to quick testbed setups just as they do to production environments. TPA's flexibility allows deployments to virtual machines, AWS cloud instances or Linux host hardware. See [Deploying with TPA](tpa) for more information.

- BigAnimal is a fully managed database-as-a-service with built-in Oracle compatibility that runs in your cloud account or BigAnimal's cloud account where it's operated by our Postgres experts. EDB BigAnimal makes it easy to set up, manage, and scale your databases. The addition of distributed high-availability support powered by EDB Postgres Distributed (PGD) enables single- and and multi-region Always On Gold clusters. See [Distributed high availability](/biganimal/latest/overview/02_high_availability/#distributed-high-availability) in the [BigAnimal documentation](/biganimal/latest) for more information.

- EDB Postgres Distributed for Kubernetes is a Kubernetes operator designed, developed, and supported by EDB. It covers the full lifecycle of highly available Postgres database clusters with a multi-master architecture, using PGD replication. It's based on the open source CloudNativePG operator and provides additional value, such as compatibility with Oracle using EDB Postgres Advanced Server, Transparent Data Encryption (TDE) using EDB Postgres Extended or Advanced Server, and additional supported platforms including IBM Power and OpenShift. This offering is currently in preview.

| | <center>On-prem</center> | <center>BigAnimal</center> | <center>Kubernetes<br/>(preview)</center> |
| | <center>On-prem/TPA</center> | <center>BigAnimal</center> | <center>Kubernetes<br/>(preview)</center> |
|--------------------------------------------|:------------------------:|:------------------------------------------:|:-----------------------------------------:|
| Single Region ||||
| Active-Active Support | 2+ regions | 2 regions | 2 regions |
| Write/Read Routing | Local or global | Local | Local |
| Automated Failover | AZ or Region | AZ | AZ |
| Major Version Upgrades || Roadmap | Roadmap |
| Single region ||||
| Active-Active support | 2+ regions | 2 regions | 2 regions |
| Write/Read routing | Local or global | Local | Local |
| Automated failover | AZ or Region | AZ | AZ |
| Major version upgrades || Roadmap | Roadmap |
| Subscriber-only nodes<br/> (read replicas) || TBD | TBD |
| Logical standby nodes || TBD | TBD |
| PgBouncer || TBD | TBD |
| Selective data replication ||||
| Maintenance windows per region ||||
| Target Availability | 99.999% SLO | 99.99 SLA (single)<br/>99.995% SLA (multi) | 99.999% SLO |
| Target availability | 99.999% SLO | 99.99 SLA (single)<br/>99.995% SLA (multi) | 99.999% SLO |

0 comments on commit 8983fb3

Please sign in to comment.