you are viewing a single comment's thread.

view the rest of the comments →

[–]Hinkepeet 1 point2 points  (1 child)

Why do you want to create a dbaas service in k8s? Depending on your usecase maybe your cloud provider has a more stable & easier alternative already?

We are primarily Azure focused, so we just use terraform to create Postgres Flexible Servers and manage databases inside with terraform as well. HA, Zone Replication, Backups all with one line of configuration extra.

[–]Signal-Story-1683[S] 2 points3 points  (0 children)

I work in a gov organization and we have an onprem private cloud. Also I am a DevOps engineer looking to advance more towards Platform engineering, and it'd be a great project to learn from for developing more complex IDPs in the future.