Skip to content

percona/percona-server-mysql-operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d30e84e · Jan 25, 2022
Nov 24, 2021
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022
Dec 24, 2021
Jan 25, 2022
Dec 14, 2021
Dec 14, 2021
Jan 6, 2022
Jan 25, 2022
Oct 5, 2021
Dec 14, 2021
Jan 25, 2022
Jan 25, 2022
Jan 6, 2022
Oct 5, 2021
Dec 24, 2021
Dec 24, 2021

Repository files navigation

Percona Distribution for MySQL Operator v2

License

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 Distribution for MySQL Operator contains everything you need to quickly and consistently deploy and scale Percona Server for 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 alpha state right now. Don't use it on production.

Roadmap

Our goal is to release the GA version late in Q2’2022. We plan to include the following:

  • Support for both sync and async replication
  • Backups and restores, proxies integration
  • Exceptional quality and full test coverage
  • Certifications on various Kubernetes platforms and flavors

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.