Then why can't we put a wrapper onto systemd and make that into a light weight k8s?
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.
Systemd is on the wrong layer here. You need something that can set your machine up, like docker.
See Podman quadlets.
Remember fleet?
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.