Remix.run Logo
sgt 7 hours ago

Then why can't we put a wrapper onto systemd and make that into a light weight k8s?

tjarjoura 4 hours ago | parent | next [-]

This may be familiarity bias, but I often find `kubectl` and related tools like `k9s` more ergonomic than `systemctl`/`journalctl`, even for managing simple single-replica processes that are bound to the host network.

jcgl 3 hours ago | parent | prev | next [-]

See Podman quadlets.

3 hours ago | parent [-]
[deleted]
marcosdumay 6 hours ago | parent | prev | next [-]

Systemd is on the wrong layer here. You need something that can set your machine up, like docker.

jasonjayr 3 hours ago | parent | next [-]

Systemd seems to be moving in that direction, the features are coming together to actually enable this.

Though imagining the unholy existence of an init system who's only job is to spin up containers, that can contain other inits, OS images, or whatever ..... turtles all the way down.

sgt 4 hours ago | parent | prev [-]

Okay it sets the machine up, but not the underlying host machine though.

enos_feedler 6 hours ago | parent | prev [-]

Remember fleet?