Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

systemd, but distributed. and with config files redone from scratch (and ideally not in yaml)


I'll bite: what is the systemd primitive for secret injection? for declaring which EBS volume it needs mounted where? (I don't mean Mount= I mean a conceptual MountVolumeByTag[Name=my-pgdata-0]=/var/lib/postgres/data ) Oh, that's another great question: what is the systemd primitive for making 3 copies of a service if you find that one copy isn't getting it done?

Maybe all of those "implementation details" are what you meant by "config files redone" and then perhaps by the follow-on "simple matter of programming" to teach C how to have new behaviors that implement those redone config files


secret injection: systemd-creds

the other parts don't exist because that's really only useful for distributed systems, and systems is not that right now


those are available in machine files.


How is a systemd service file functionally different from a Pod spec?


exactly. now add the missing distributed part.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: