6 ms·
I've been doing the same for over a year. I think single node kubernetes is very underrated, both for running a single project or for multiple.
by purrcat259 2mo ago
I've been doing the same for over a year. I think single node kubernetes is very underrated, both for running a single project or for multiple.
- juliend2 2mo agoWhat are the advantages of running Kubernetes on a single node versus not using kubernetes at all (which seems simpler to me).
- KronisLV 2mo agoUsing the same software you might use at work and getting better at it, perhaps even exploring simpler distros like K3s, k0s, Minikube or whatever people use nowadays.
- p_l 2mo agoIt made it trivial for me to deploy reproducible blocks that are also nicely integrated and automated on certain axes (DNS, LetsEncrypt, load balancer / reverse proxy, storage management, PostgreSQL databases with backups). All of that with considerably easier to understand and debug mechanisms in my experience than doing it with old school configuration management or, even worse, manually.
- gerardnico 1mo agoYou need to see Kubernetes as a wrapper of the init thread (systemd). If you fought with cgroup to tame resource (memory, cpu) consumption you know. You get also controlled rollout for free. Likewise, it’s also a platform so you get installation receipts of third party software’s for free. You install the Prometheus operator and, bam, you get declarative monitoring as code for free. The ticket entry is not free but once you got it, it’s repeatable and durable. I use most of this chart: https://github.com/combostrap/kubee#list-of-kubee-charts https://github.com/combostrap/kubee#list-of-kubee-charts There is more but it asks a real blog.