cockroach-operator icon indicating copy to clipboard operation
cockroach-operator copied to clipboard

Feature request: Database, table creation, Grants

Open dpkirchner opened this issue 4 years ago • 1 comments

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).

dpkirchner avatar Jun 01 '21 16:06 dpkirchner

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)

jakedt avatar Jun 09 '21 19:06 jakedt