cockroach-operator
cockroach-operator copied to clipboard
Feature request: Database, table creation, Grants
I think it'd be useful to have a way to create databases, tables, and run grants via an operator-monitored CRD. Currently, these tasks need to be done by hand or by hand-rolled code/scripts. This would allow us to do many common operational DB tasks through declarative configurations and tools (e.g. Terraform).
Create databases, provision admin credentials, and backup management would bring this operator on par with services offered by IaaS providers (e.g. Cloud SQL or RDS)