# dbaas-operator **Repository Path**: mirrors_percona/dbaas-operator ## Basic Information - **Project Name**: dbaas-operator - **Description**: k8s Operator for PMM DBaaS - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-17 - **Last Updated**: 2025-08-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DBaaS Operator ## Status **This project is in the tech preview state right now. Don't use it on production.** ## Getting started ### Deploy the DBaaS operator The first step is to deploy the DBaaS operator. This can be done using `kubectl`: ```shell kubectl apply -f https://raw.githubusercontent.com/percona/dbaas-operator/v0.1.4/deploy/bundle.yaml ``` ### Deploy the underlying DB engine operators The DBaaS operator relies on underlying operators for deploying DB clusters of a given engine type. #### Percona XtraDB Cluster ```shell kubectl apply -f https://raw.githubusercontent.com/percona/percona-xtradb-cluster-operator/v1.11.0/deploy/bundle.yaml -n dbaas-operator-system ``` #### Percona Server for MongoDB ```shell kubectl apply -f https://raw.githubusercontent.com/percona/percona-server-mongodb-operator/v1.11.0/deploy/bundle.yaml -n dbaas-operator-system ``` ## How to get involved We encourage contributions and are always looking for new members that are as dedicated to serving the community as we are. If you’re looking for information about how you can contribute, we have [contribution guidelines](CONTRIBUTING.md) across all our repositories in `CONTRIBUTING.md` files. Some of them may just link to the main project’s repository’s contribution guidelines. We're looking forward to your contributions and hope to hear from you soon on our [Forums](https://forums.percona.com). ## Submitting Bug Reports If you find a bug in Percona Monitoring and Management or one of the related projects, you can submit a report to that project's [JIRA](https://jira.percona.com) issue tracker. Some of the related projects also have GitHub Issues enabled, so you can also submit there. Your first step should be [to search](https://jira.percona.com/issues/?jql=project=PMM) the existing set of open tickets for a similar report. If you find that someone else has already reported your problem, then you can upvote that report to increase its visibility. If there is no existing report, submit a report following these steps: 1. [Sign in to Percona JIRA.](https://jira.percona.com/login.jsp) You will need to create an account if you do not have one. 2. [Go to the Create Issue screen and select the relevant project.](https://jira.percona.com/secure/CreateIssueDetails!init.jspa?pid=11600&issuetype=1&priority=3) 3. Fill in the fields of Summary, Description, Steps To Reproduce, and Affects Version to the best you can. If the bug corresponds to a crash, attach the stack trace from the logs. An excellent resource is [Elika Etemad's article on filing good bug reports.](http://fantasai.inkedblade.net/style/talks/filing-good-bugs/). As a general rule of thumb, please try to create bug reports that are: - *Reproducible.* Include steps to reproduce the problem. - *Specific.* Include as much detail as possible: which version, what environment, etc. - *Unique.* Do not duplicate existing tickets.