Skip to content

Commit

Permalink
Merge pull request #5544 from EnterpriseDB/docs/edits_to_pgd_pr5524
Browse files Browse the repository at this point in the history
Edits to pgd4k PR5524
  • Loading branch information
gvasquezvargas authored Apr 26, 2024
2 parents 68b465d + b80e93d commit e953222
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ to create and manage EDB Postgres Distributed clusters inside Kubernetes with ca
The EDB Postgres Distributed for Kubernetes operator leverages
[EDB Postgres for Kubernetes](https://www.enterprisedb.com/docs/postgres_for_kubernetes/latest/) (PG4K) and inherits many
of that project's capabilities. EDB Postgres Distributed for Kubernetes version 1.0.0 is based, specifically, on release 1.22 of PG4K.
Please refer to the [PG4K release notes](https://www.enterprisedb.com/docs/postgres_for_kubernetes/latest/rel_notes/) for more details.
See the [PG4K release notes](https://www.enterprisedb.com/docs/postgres_for_kubernetes/latest/rel_notes/) for more details.
!!!

## Features

| Component | Description |
|-----------|----------------------------------------------------------------------------------------------|
| PGD4K | Deployment of EDB Postgres Distributed clusters with versions 5 and later inside Kubernetes. |
| PGD4K | Self-healing capabilities such as recovery and restart of failed PGD nodes. |
| PGD4K | Defined services that allow applications to connect to the write leader of each PGD group. |
| PGD4K | Implementation of Raft subgroups. |
| PGD4K | TLS connections and client certificate authentication. |
| PGD4K | Continuous backup to an S3 compatible object store. |
| Component | Description |
|-----------|---------------------------------------------------------------------------------------------|
| PGD4K | Deployment of EDB Postgres Distributed clusters with versions 5 and later inside Kubernetes |
| PGD4K | Self-healing capabilities such as recovery and restart of failed PGD nodes |
| PGD4K | Defined services that allow applications to connect to the write leader of each PGD group |
| PGD4K | Implementation of Raft subgroups |
| PGD4K | TLS connections and client certificate authentication |
| PGD4K | Continuous backup to an S3-compatible object store |

1 comment on commit e953222

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.