Hi folks,
Is there documentation specific to managing databases through creation of DatabaseCluster objects? This is working for me provisionally, but I want to make sure I’m doing things as intended.
Use case: I’m creating databases, via creation of DatabaseCluster objects through gitops, with Fleet/ArgoCD, alongside workloads that need a database. It does work today (and really well!) The database deletion lifecycle also works great.
If there is extra documentation on other portions of lifecycle management, like backups, restores, pre-defined credentials, etc, that would be great too. Just hoping to stretch its legs and test things out.