K3s: Why sqlite3 > etcd?

Created on 28 Sep 2018  路  2Comments  路  Source: k3s-io/k3s

Most helpful comment

It's small. I've been experimenting with different backends for storage. To me SQL makes the most sense as I have a lot of flexibility. So I can do embedded with sqlite, I can get a hosted version of something with RDS, I can run mysql/postgres myself, I can run newsql like CockroachDB or TiDB.

All 2 comments

It's small. I've been experimenting with different backends for storage. To me SQL makes the most sense as I have a lot of flexibility. So I can do embedded with sqlite, I can get a hosted version of something with RDS, I can run mysql/postgres myself, I can run newsql like CockroachDB or TiDB.

Thanks for the detailed answer! :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pierreozoux picture pierreozoux  路  4Comments

wpwoodjr picture wpwoodjr  路  3Comments

giezi picture giezi  路  3Comments

giminni picture giminni  路  3Comments

weber-software picture weber-software  路  3Comments