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

theonewolf picture theonewolf  路  3Comments

pierreozoux picture pierreozoux  路  4Comments

joakimr-axis picture joakimr-axis  路  3Comments

Moep90 picture Moep90  路  3Comments

jgreat picture jgreat  路  3Comments