This operator lets you manage databases in a Kubernetes native way, even if they are not deployed to Kubernetes
DB Operator provides following features:
- Management of MySQL and PostgreSQL databases in the same way
- Create/Delete databases on the database server running outside/inside Kubernetes by creating
Databasecustom resource; - Create/Delete users on the database server running outside/inside Kubernetes by creating
DbUsercustom resource; - Creating of custom connection strings using GO templates
$ helm repo add db-operator https://db-operator.github.io/charts/
$ helm install --name my-release db-operator/db-operator
To see more options of helm values, see the chart repo