{"id":18072418,"url":"https://github.com/percona/percona-server-mysql-operator","last_synced_at":"2025-07-22T19:36:21.638Z","repository":{"id":36958630,"uuid":"406296119","full_name":"percona/percona-server-mysql-operator","owner":"percona","description":"Percona Operator for MySQL","archived":false,"fork":false,"pushed_at":"2025-07-14T15:43:20.000Z","size":32559,"stargazers_count":184,"open_issues_count":21,"forks_count":30,"subscribers_count":33,"default_branch":"main","last_synced_at":"2025-07-14T20:01:37.035Z","etag":null,"topics":["hacktoberfest","kubernetes","mysql"],"latest_commit_sha":null,"homepage":"https://www.percona.com/doc/kubernetes-operator-for-mysql/ps/index.html","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/percona.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-09-14T09:01:35.000Z","updated_at":"2025-07-11T07:03:55.000Z","dependencies_parsed_at":"2023-02-17T16:16:01.135Z","dependency_job_id":"8d466ce0-804d-472a-a001-d8abfe38048d","html_url":"https://github.com/percona/percona-server-mysql-operator","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/percona/percona-server-mysql-operator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/percona%2Fpercona-server-mysql-operator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/percona%2Fpercona-server-mysql-operator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/percona%2Fpercona-server-mysql-operator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/percona%2Fpercona-server-mysql-operator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/percona","download_url":"https://codeload.github.com/percona/percona-server-mysql-operator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/percona%2Fpercona-server-mysql-operator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266561561,"owners_count":23948632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","kubernetes","mysql"],"created_at":"2024-10-31T09:19:53.641Z","updated_at":"2025-07-22T19:36:21.612Z","avatar_url":"https://github.com/percona.png","language":"Go","funding_links":[],"categories":["Databases"],"sub_categories":["MySQL"],"readme":"# Percona Operator for MySQL\n\n![Percona Kubernetes Operators](kubernetes.svg)\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n![Docker Pulls](https://img.shields.io/docker/pulls/percona/percona-server-mysql-operator)\n![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/percona/percona-server-mysql-operator)\n![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/percona/percona-server-mysql-operator)\n![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/percona/percona-server-mysql-operator)\n[![Go Report Card](https://goreportcard.com/badge/github.com/percona/percona-server-mysql-operator)](https://goreportcard.com/report/github.com/percona/percona-server-mysql-operator)\n\n[Percona Operator for MySQL based on Percona Server for MySQL](https://docs.percona.com/percona-operator-for-mysql/ps/index.html) automates the creation and management of highly available, enterprise-ready MySQL database clusters on Kubernetes.\n\n[Percona Operator for MySQL based on Percona Server for MySQL](https://www.percona.com/doc/kubernetes-operator-for-mysql/ps/index.html) follows our best practices for deployment and configuration of highly-available, fault-tolerant MySQL instances in a Kubernetes-based environment on-premises or in the cloud. It provides the following capabilities:\n\n* Deploy group replication MySQL clusters with HAProxy or MySQL Router\n* Deploy asynchronous replication MySQL clusters with Orchestrator and HAProxy\n* Expose clusters with regular Kubernetes Services\n* Monitor the cluster with [Percona Monitoring and Management](https://www.percona.com/software/database-tools/percona-monitoring-and-management)\n* Customize MySQL configuration\n* Manage system user passwords\n\n\n## Status\n\n**This project is in the tech preview state right now. Don't use it on production.**\n\nAs of today, we recommend using [Percona Operator for MySQL based on Percona XtraDB Cluster](https://docs.percona.com/percona-operator-for-mysql/pxc/index.html), which is production-ready and contains everything you need to quickly and consistently deploy and scale MySQL clusters in a Kubernetes-based environment, on-premises or in the cloud.\n\n## Architecture\n\nPercona Operators are based on the [Operator SDK](https://github.com/operator-framework/operator-sdk) and leverage Kubernetes primitives to follow best CNCF practices.\n\n## Documentation\n\nTo learn more about the Operator, check the [Percona Operator for MySQL documentation](https://docs.percona.com/percona-operator-for-mysql/ps/index.html).\n\n# Quickstart installation\n\nReady to try out the Operator? Check the [Quickstart tutorials](https://docs.percona.com/percona-operator-for-mysql/ps/helm.html) for easy-to follow steps. \n\nBelow is one of the ways to deploy the Operator using `kubectl`.\n\n## kubectl\n\n1. Deploy the Operator from `deploy/bundle.yaml`:\n\n```sh\nkubectl apply -f https://raw.githubusercontent.com/percona/percona-server-mysql-operator/main/deploy/bundle.yaml\n```\n\n2. Deploy the database cluster itself from `deploy/cr.yaml`:\n\n```sh\nkubectl apply -f https://raw.githubusercontent.com/percona/percona-server-mysql-operator/main/deploy/cr.yaml\n\n```\n\n# Need help?\n\n**Commercial Support**  | **Community Support** |\n:-: | :-: |\n| \u003cbr/\u003eEnterprise-grade assistance for your mission-critical MySQL deployments in Kubernetes. Get expert guidance for complex tasks like multi-cloud replication, database migration and building platforms.\u003cbr/\u003e\u003cbr/\u003e  | \u003cbr/\u003eConnect with our engineers and fellow users for general questions, troubleshooting, and sharing feedback and ideas.\u003cbr/\u003e\u003cbr/\u003e  | \n| **[Get Percona Support](https://hubs.ly/Q02ZTHb-0)** | **[Visit our Forum](https://forums.percona.com/c/mysql-mariadb/percona-kubernetes-operator-for-mysql/28)** |\n\n\n# Contributing\n\nPercona welcomes and encourages community contributions to help improve Percona Operator for MySQL.\n\nSee the [Contribution Guide](CONTRIBUTING.md) and [Building and Testing Guide](e2e-tests/README.md) for more information on how you can contribute.\n\n## Roadmap\n\nWe have an experimental public roadmap which can be found [here](https://github.com/percona/roadmap/projects/1). Please feel free to contribute and propose new features by following the roadmap [guidelines](https://github.com/percona/roadmap).\n\n## Submitting Bug Reports\n\nIf you find a bug in Percona Docker Images or in one of the related projects, please submit a report to that project's [JIRA](https://jira.percona.com/browse/K8SPS) issue tracker or [create a GitHub issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue#creating-an-issue-from-a-repository) in this repository. \n\nLearn more about submitting bugs, new features ideas and improvements in the [Contribution Guide](CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpercona%2Fpercona-server-mysql-operator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpercona%2Fpercona-server-mysql-operator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpercona%2Fpercona-server-mysql-operator/lists"}