PHANTOM
🇮🇳 IN
Skip to content

The DB Operator creates databases and make them available in the cluster via Custom Resource.

License

Notifications You must be signed in to change notification settings

db-operator/db-operator

Repository files navigation

DB Operator

This operator lets you manage databases in a Kubernetes native way, even if they are not deployed to Kubernetes

Features

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 Database custom resource;
  • Create/Delete users on the database server running outside/inside Kubernetes by creating DbUser custom resource;
  • Creating of custom connection strings using GO templates

Documentation

Quickstart

To install DB Operator with helm:

$ 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

Sponsor this project

Packages

 
 
 

Contributors 25