←back to thread

221 points finnlab | 4 comments | | HN request time: 0.517s | source
1. import ◴[] No.43545480[source]

Exactly. I am hosting 30+ services using docker compose and very happy. I don’t want to troubleshoot k8s in the early morning because home assistant is down and light dimmers are not working for some random k8s reason.

replies(3): >>43545612 #>>43545699 #>>43546061 #
2. johnisgood ◴[] No.43545612[source]

I am quite happy even without Docker, but I can see the appeal in some cases.

3. seba_dos1 ◴[] No.43545699[source]

All my "smart home" stuff needs is mosquitto on a OpenWrt router and bunch of cgi-bin scripts that can run anywhere. I already went through a phase of setting up tons of services which ended up being turned off when something changed in my life (moving, replacing equipment etc.) never to be resurrected as I couldn't be bothered to redo it without the novelty effect, so I learned from that.

4. vbezhenar ◴[] No.43546061[source]

Since I've migrated our company to Kubernetes, I almost stopped to worry about anything. It just works. Had much more troubles running it with spaghetti of docker containers and host-installed software on multiple servers, that setup definitely breaks like every week or every month. With Kubernetes I just press "update cluster" in some saturday evening once or twice a year and that's about it, pretty smooth sailing.