Hacker News new | ask | show | jobs
by JohnMakin 1056 days ago
In a kubernetes environment, systemd auto-restarting a process inside of a container can hide problems like the article says - if it successfully restarts the process before a liveness probe can pick it up, even if you monitor something like container restarts, you could easily miss this.
1 comments

Are you talking about running systemd inside a container? Feels like an unnecessary layer.