New to KubeDB? Please start here.
Supported MySQL Features
Features | Availability |
---|
Clustering | ✗ |
Persistent Volume | ✓ |
Instant Backup | ✓ |
Scheduled Backup | ✓ |
Initialize using Snapshot | ✓ |
Initialize using Script (*.sql, *sql.gz and/or *.sh) | ✓ |
Custom Configuration | ✓ |
Using Custom docker image | ✓ |
Builtin Prometheus Discovery | ✓ |
Using CoreOS Prometheus Operator | ✓ |
Life Cycle of a MySQL Object

Supported MySQL Versions
KubeDB Version | MySQL:8.0 | MySQL:5.7 |
---|
0.1.0 - 0.7.0 | ✗ | ✗ |
0.8.0 | ✓ | ✓ |
0.9.0 | ✓ | ✓ |
Supported MySQLVersion CRD
Here, ✓ means supported and ✗ means deprecated.
NAME | VERSION | KubeDB: 0.9.0 |
---|
5 | 5 | ✗ |
5-v1 | 5 | ✓ |
5.7 | 5.7 | ✗ |
5.7-v1 | 5.7 | ✓ |
8 | 8 | ✗ |
8-v1 | 8 | ✓ |
8.0 | 8.0 | ✗ |
8.0-v1 | 8.0 | ✓ |
User Guide