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 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 | ✓ | ✓ |
0.10.0 | ✓ | ✓ |
Supported MySQLVersion CRD
Here, ✓ means supported and ✗ means deprecated.
NAME | VERSION | KubeDB: 0.9.0 | KubeDB: 0.9.0 |
---|---|---|---|
5 | 5 | ✗ | ✗ |
5.7 | 5.7 | ✗ | ✗ |
8 | 8 | ✗ | ✗ |
8.0 | 8.0 | ✗ | ✗ |
5-v1 | 5 | ✓ | ✗ |
5.7-v1 | 5.7 | ✓ | ✓ |
8-v1 | 8 | ✓ | ✗ |
8.0-v1 | 8.0.3 | ✓ | ✗ |
8.0-v2 | 8.0.14 | ✗ | ✓ |
8.0.3 | 8.0.3 | ✗ | ✓ |
8.0-v2 | 8.0.14 | ✗ | ✓ |
8.0.14 | 8.0.14 | ✗ | ✓ |
External tools dependency
Tool | Version |
---|---|
osm | 0.9.1 |
User Guide
- Quickstart MySQL with KubeDB Operator.
- Snapshot and Restore process of MySQL databases using KubeDB.
- Take Scheduled Snapshot of MySQL databases using KubeDB.
- Initialize MySQL with Script.
- Initialize MySQL with Snapshot.
- Monitor your MySQL database with KubeDB using out-of-the-box CoreOS Prometheus Operator.
- Monitor your MySQL database with KubeDB using out-of-the-box builtin-Prometheus.
- Use private Docker registry to deploy MySQL with KubeDB.
- Use kubedb cli to manage databases like kubectl for Kubernetes.
- Detail concepts of MySQL object.
- Detail concepts of MySQLVersion object.
- Detail concepts of Snapshot object.
- Want to hack on KubeDB? Check our contribution guidelines.