3 years
Please teach me how to configure my containers so SQLite can scale horizontally.
Devops Engineer | Linux & FOSS Enthusiast | Gaming, Homelab, 3D Printing
Please teach me how to configure my containers so SQLite can scale horizontally.
If you don’t care about persistence, why are you even using a DB in the first place?
In a world of containers and stateless applications, fuck SQLite.

I’m on Kubernetes with ArgoCD gitops.
I use sealedsecrets, so all my secrets are in git encrypted. The encryption key is in my keepass vault.
One of these days, I plan to build up a neat blog with some static site generator like Nikola. Or maybe host documentation about everything I do with bookstack or wiki.js.
For now, it just redirects to a rickroll.
You misunderstood. I’m not talking about scaling the DB horizontally, I’m talking about scaling the application using the DB horizontally.