Making running production-grade databases easy on Kubernetes
Kubernetes has emerged as the de-facto way to deploy modern containerized apps on cloud or on-premises. “Despite all that growth on the application layer, the data layer hasn’t gotten as much traction with containerization” - Google. That’s not surprising, since handling things like state (the database), availability to other layers of the application, and redundancy for a database makes it challenging to run a database in a distributed environment like Kubernetes.
However, many developers want to treat data infrastructure the same as application stacks. Operators want to use the same tools for databases and applications and get the same benefits as the application layer in the data layer: rapid spin-up and repeatability across environments. This is where KubeDB comes as a solution.
KubeDB by AppsCode is a production-grade cloud-native database management solution for Kubernetes. KubeDB simplifies and automates routine database tasks such as provisioning, patching, backup, recovery, failure detection, and repair for various popular databases on private and public clouds. It frees you to focus on your applications so you can give them the fast performance, high availability, security and compatibility they need.
KubeDB provides you with many familiar database engines to choose from, including PostgreSQL, MySQL, MongoDB, Elasticsearch, Redis, Memcached, and Percona XtraDB. KubeDB’s native integration with Kubernetes makes a unique solution compared to competitive solutions from cloud providers and database vendors.
Please pick a version of KubeDB that matches your Kubernetes installation.
KubeDB Version | Docs | Kubernetes Version |
---|---|---|
v0.13.0-rc.0 (uses CRD) | User Guide | 1.11.x + |
0.12.0 (uses CRD) | User Guide | 1.9.x + |
0.11.0 (uses CRD) | User Guide | 1.9.x + |
0.10.0 (uses CRD) | User Guide | 1.9.x + |
0.9.0 (uses CRD) | User Guide | 1.9.x + |
0.8.0 (uses CRD) | User Guide | 1.9.x + |
0.6.0 (uses TPR) | User Guide | 1.5.x - 1.7.x |
To install KubeDB, please follow the guide here.
Want to learn how to use KubeDB? Please start here.
You can use KubeDB api clients to programmatically access its CRD objects. Here are the supported clients:
Want to help improve KubeDB? Please start here.
We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the Kubernetes Slack team channel #kubedb
. To sign up, use our Slack inviter.
To receive product annoucements, please join our mailing list or follow us on Twitter. Our mailing list is also used to share design docs shared via Google docs.
If you have found a bug with KubeDB or want to request for new features, please file an issue.