Percona is committed to simplify the deployment and management of databases on Kubernetes. Helm enables users to package, run, share and manage even complex applications. This repository contains Helm charts for the following Percona products.
- Percona Operator for MySQL
- Percona XtraDB Cluster
- Percona Operator for MongoDB
- Percona Server for MongoDB
- Percona Operator for PostgreSQL
- Percona Distribution for PostgreSQL
- Percona Monitoring and Management (PMM)
Note: The Percona Everest chart that used to live in this repository has been moved. The project has been renamed to OpenEverest and its Helm charts are now maintained at openeverest/helm-charts.
Useful links:
You will need Helm v3 for the installation. See detailed installation instructions in the README file of each chart.
OCI artifacts of all Percona Helm charts are also available from ghcr.io and can be installed directly:
helm install [RELEASE_NAME] oci://ghcr.io/percona/percona-helm-charts/[CHART_NAME]This repository uses the helm-unittest plugin for chart unit tests.
Install the plugin:
make helm-unittestRun all unit tests configured in the Makefile:
make testRun a specific chart test target:
make test-<chart-name>| Commercial Support | Community Support |
|---|---|
Enterprise-grade assistance for your mission-critical database deployments in containers and Kubernetes. Get expert guidance for complex tasks like multi-cloud replication, database migration and building platforms. |
Connect with our engineers and fellow users for general questions, troubleshooting, and sharing feedback and ideas. |
| Get Percona Support | Visit our Forum |
Percona welcomes and encourages community contributions to help improve Percona Kubernetes Operators as well as other Percona's projects.
See the Contribution Guide for more information.
If you find a bug related to one of these Helm charts, please submit a report to the appropriate project's Jira issue tracker:
- Percona Operator for MySQL
- Percona Operator for MongoDB
- Percona Operator for PostgreSQL
- Percona Monitoring and Management
Learn more about submitting bugs, new feature ideas, and improvements in the Contribution Guide.