Due to the Hetzner price hike, decided to kill the Kubernetes cluster that a bunch of #SilverBullet services were running on (was overkill anyway) and replaced it with one VM with a bunch of docker-compose stacks. Monthly cost should go from from about 40 euros to about 5-6 now.
@zef I'm afraid I'll never understand the weird infatuation that everyone has with k8s. Unless you're at google-levels of scale, there's no real reason to use it.
@max that is not my experience. Here at Fixly.pl we have a cluster of about 14 nodes with a few hundred containers. It's really nice to have that system manage and scale itself. Not nearly Google scale, but still big enough not to automate management, rollouts, scaling, fail-over etc.
@max but for running a few small websites with it's of course massive overkill. Mostly deployed it this way for the experience.