Documentation for managing databases via k8s resource

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.

Hi! Yes, we do in fact have some documentation around how to use Everest the declarative way with CRDs, take a look - everest-operator/docs/guides/crd_guide.md at main · percona/everest-operator · GitHub

1 Like

Awesome! looks like that was added more recently than my post. Super helpful thank you!

2 Likes