Percona Operator for MySQL

Percona Server for MySQL is a free, fully compatible, enhanced, and open source drop-in replacement for any MySQL database. It provides superior performance, scalability, and instrumentation.
Based on our best practices for deployment and configuration, Percona Operator for MySQL contains everything you need to quickly and consistently deploy and scale MySQL instances in a Kubernetes-based environment on-premises or in the cloud. It provides the following capabilities:
- Deploy asynchronous and semi-sync replication MySQL clusters with Orchestrator on top of it
- Expose clusters with regular Kubernetes Services
- Monitor the cluster with Percona Monitoring and Management
- Customize MySQL configuration
- Manage system user passwords
Status
This project is in the tech preview state right now. Don't use it on production.
Roadmap
We have an experimental public roadmap which can be found here. Please feel free to contribute and propose new features by following the roadmap guidelines.
Architecture
Percona Operators are based on the Operator SDK and leverage Kubernetes primitives to follow best CNCF practices.
Installation
It usually takes two steps to deploy Percona Server for MySQL on Kubernetes:
- Deploy the operator from
deploy/bundle.yaml
- Deploy the database cluster itself from
deploy/cr.yaml
See full documentation with examples and various advanced cases on percona.com.
Contributing
Percona welcomes and encourages community contributions to help improve open source software.
See the Contribution Guide for more information.
Submitting Bug Reports
If you find a bug in Percona Docker Images or in one of the related projects, please submit a report to that project's JIRA issue tracker. Learn more about submitting bugs, new features ideas and improvements in the Contribution Guide.