6 ms·
I'll second you. I full time admin our K8s infrastructure and clusters. It's a great solution for our production workloads and I've bootstrapped RancherOS/k3s a
by brooksgarrett 6y ago
I'll second you. I full time admin our K8s infrastructure and clusters. It's a great solution for our production workloads and I've bootstrapped RancherOS/k3s a handful of times to look at using it at home but K8s is purpose built for cloud. I can get all the same benefits with significantly reduced complexity with Docker + Systemd at home.
- MuffinFlavored 6y agowhat are some usecases where you need systemd alongside docker containers?
- elbear 6y agosystemd can restart your container if it crashes. It can also start it if you reboot your system.
- MuffinFlavored 6y agocan you set a restart policy with just Docker?
- elbear 6y agoI don't know. But if you can, that still leaves you the second use case: starting your container on reboot. Can you have Docker do that too?