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 CoreOS Prometheus Operator | ✓ |
Life Cycle of a PostgreSQL Object
Supported PostgreSQL Versions
KubeDB Version | Postgres:9.5 | Postgres:9.6 | Postgres:10.2 |
---|---|---|---|
0.1.0 - 0.7.0 | ✓ | ✗ | ✗ |
0.8.0-beta.2 | ✗ | ✓ | ✓ |
0.8.0-rc.0 | ✗ | ✓ | ✓ |
0.8.0 | ✗ | ✓ | ✓ |
External tools dependency
Tool | Version |
---|---|
wal-g | v0.1.7 |
osm | 0.7.0 |
User Guide
- Quickstart PostgreSQL with KubeDB Operator.
- Take Instant Snapshot of PostgreSQL database using KubeDB.
- Schedule backup of PostgreSQL database using KubeDB.
- Initialize PostgreSQL with Script.
- Initialize PostgreSQL with KubeDB Snapshot.
- PostgreSQL Clustering supported by KubeDB Postgres.
- Streaming Replication for PostgreSQL clustering.
- Continuous Archiving of Write-Ahead Log by
wal-g
. - Monitor your PostgreSQL database with KubeDB using
out-of-the-box
builtin-Prometheus. - Monitor your PostgreSQL database with KubeDB using
out-of-the-box
CoreOS Prometheus Operator. - Use private Docker registry to deploy PostgreSQL with KubeDB.
- Detail concepts of Postgres object.
- Detail concepts of Snapshot object.
- Wondering what features are coming next? Please visit here.
- Want to hack on KubeDB? Check our contribution guidelines.