|
|
|
|
|
by PascalW
1638 days ago
|
|
I'm doing something similar though I've opted specifically to _do_ use Kubernetes via k0s [0]. It works wonderfully well and allows me to use most things that are available in the k8s ecosystem like cert-manager [1] and external-dns [2]. All configuration is stored in Git and the server itself is basically disposable as it only runs k0s and some very basic stuff like iptables rules. I see this sentiment quite a lot that k8s is too complex for small scale setups, but in my experience it scales down very well to small setups. Granted, you do have to know how to work with k8s, but once you learn that you can apply that knowledge to many different kinds of setups like k0s, bare metal, EKS/AKS etc. [0] https://k0sproject.io/ [1] https://cert-manager.io/ [2] https://github.com/kubernetes-sigs/external-dns |
|
With firewalld active containers cannot do networking, not even with hosts jn the same lan.
Everything else works beautifully though.