You are looking at the documentation of a prior release. To read the documentation of the latest release, please
visit here.
New to KubeDB? Please start here.
Supported PostgreSQL Features
Features | Availability |
---|---|
Clustering | ✓ |
Warm Standby | ✓ |
Hot Standby | ✓ |
Synchronous Replication | ✓ |
Streaming Replication | ✓ |
Automatic Failover | ✓ |
Continuous Archiving using wal-g | ✗ |
Initialization from WAL archive | ✓ |
Persistent Volume | ✓ |
Instant Backup | ✓ |
Scheduled Backup | ✓ |
Initialization from Snapshot | ✓ |
Initialization using Script | ✓ |
Builtin Prometheus Discovery | ✓ |
Using Prometheus operator | ✓ |
Custom Configuration | ✓ |
Using Custom docker image | ✓ |
Life Cycle of a PostgreSQL Object
User Guide
- Quickstart PostgreSQL with KubeDB Operator.
- How to Backup & Restore PostgreSQL database using Stash.
- Initialize PostgreSQL with Script.
- PostgreSQL Clustering supported by KubeDB Postgres.
- Streaming Replication for PostgreSQL clustering.
- Monitor your PostgreSQL database with KubeDB using
out-of-the-box
builtin-Prometheus. - Monitor your PostgreSQL database with KubeDB using
out-of-the-box
Prometheus operator. - Use private Docker registry to deploy PostgreSQL with KubeDB.
- Detail concepts of Postgres object.
- Want to hack on KubeDB? Check our contribution guidelines.