Is there a way to get microk8s to store its control plane data on an external database such as postgres, instead of whatever it uses internally? k3s is able to do this for instance.
The reason is to leverage managed backups of databases on my cloud service of choice (eg RDS or GCP SQL) for disaster recovery.
Yes its possible to use an external store via kine.
And yes microk8s uses dqlite, which as you called it a souped up sqlite. Dqlite is a distributed sqlite.
Thank you. Are you aware of any docs on how to accomplish this at all? Microk8s + kine (or kinesis, is that what you mean?) on google isn’t very forthcoming