I always wonder if things can be simpler. When you think of a really simple DB you think of SQLite. What's the really simple K8s? Even doing a single node deployment these days seems complicate with Prometheus, Grafana, etc. etc. docker/podman compose up with quadlets and all of this stuff just seems so eh. I really like the idea of something like Firebase, but it never seems to work out or just move the complexity t…
> What's the really simple K8s? It's k3s. You drop a single binary onto the node, run it, and you have a fully functional one-node k8s cluster.
[2] https://docs.siderolabs.com/talos/v1.12/getting-started/gett...