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 | ✓ |
Custom Configuration | ✓ |
Using Custom docker image | ✓ |
Life Cycle of a PostgreSQL Object
Supported PostgreSQL Versions
KubeDB Version | Postgres:9.5 | Postgres:9.6 | Postgres:10.2 | Postgres:10.6 | Postgres:11.1 |
---|---|---|---|---|---|
0.1.0 - 0.7.0 | ✓ | ✗ | ✗ | ✗ | ✗ |
0.8.0 | ✗ | ✓ | ✓ | ✗ | ✗ |
0.9.0 | ✗ | ✓ | ✓ | ✗ | ✗ |
0.10.0 | ✗ | ✓ | ✓ | ✓ | ✓ |
Supported PostgresVersion CRD
Here, ✓ means supported and ✗ means deprecated.
NAME | VERSION | KubeDB: 0.9.0 | KubeDB: 0.10.0 |
---|---|---|---|
9.6 | 9.6 | ✗ | ✗ |
9.6.7 | 9.6.7 | ✗ | ✗ |
10.2 | 10.2 | ✗ | ✗ |
9.6-v1 | 9.6 | ✓ | ✗ |
9.6.7-v1 | 9.6.7 | ✓ | ✗ |
10.2-v1 | 10.2 | ✓ | ✗ |
9.6-v2 | 9.6 | ✗ | ✓ |
9.6.7-v2 | 9.6.7 | ✗ | ✓ |
10.2-v2 | 10.2 | ✗ | ✓ |
10.6 | 10.6 | ✗ | ✓ |
11.1 | 11.1 | ✗ | ✓ |
External tools dependency
Tool | Version |
---|---|
wal-g | v0.1.7 |
osm | 0.9.1 |
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.
- Want to hack on KubeDB? Check our contribution guidelines.