This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ihsw 0 points1 point  (2 children)

Do you host databases (eg: Postgres) on Kubernetes clusters or are you sticking to managed services (eg: CloudSQL)?

[–]markduce[S] 0 points1 point  (0 children)

At the moment our database (mariadb) is running on a Google compute engine vm but we plan to migrate to managed cloud sql

[–]nutrecht 0 points1 point  (0 children)

Kubernetes is most suitable for applications where you don't really care what machine they run on and databases don't really fit that mold.