Last year, in March 2022, our MySQL Operator for Kubernetes became Generally Available. Since then, several new features were added to our operator and along with the release of MySQL Server 8.0.32 comes a new release of our MySQL Operator for Kubernetes 8.0.32-2.0.8.
The goal of the MySQL Operator for Kubernetes is to provide an easy way to deploy a MySQL Database service in kubernetes environments, with built-in features such as:
- High availability using MySQL Server, MySQL Router, MySQL Group Replication and MySQL InnoDB Cluster
- Self-healing: Automatic recovery of most failure scenarios by reprovisioning database members as needed.
- Automatic rolling upgrades to new MySQL versions
- Scale up/down of server and routers
- Built-in Backup and recovery support.
MySQL Enterprise Features
When the MySQL Operator for Kubernetes is using MySQL Enterprise Server, additional features automatically become available.
- The MySQL Enterprise Data Masking and MySQL Enterprise Encryption Functions are automatically installed.
- MySQL Enterprise Keyring support for keyring_file, keyring_encrypted_file, and keyring_oci.
Recent Changes
- 8.0.30-2.0.6
- MySQL Enterprise Data Masking support
- MySQL Enterprise Encryption Functions support
- 8.0.31-2.0.7
- AWS S3 support was added for storing backups, next to OCI Object Storage.
- Kubernetes 1.25 Support
- 8.0.32-2.0.8:
- MySQL Enterprise Keyring support for keyring_file, keyring_encrypted_file, and keyring_oci.
More Information
The release notes for the latest and previous releases for our operator are available on https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-8-0-32-2.0.8.html
In conjunction with the MySQL Operator for Kubernetes 8.0.32 release, new 8.0 releases MySQL Server, NDB Cluster, MySQL Connectors, MySQL Shell, MySQL Workbench & MySQL Router happened, as well as maintenance release MySQL Server 5.7.41.
Changes in all these releases since the previous one can be viewed online on https://dev.mysql.com/doc/#current-release-notes
Download the latest version at https://dev.mysql.com/downloads/operator/ and find the code on GitHub at https://github.com/mysql/mysql-operato
