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

Deployment update with table #4715

Merged
merged 3 commits into from
Sep 1, 2023
Merged
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
16 changes: 15 additions & 1 deletion product_docs/docs/pgd/5/deployments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +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>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 |
| 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 |