Live data from Hacker News

Make systemd better for Podman with Quadlet

redhat.com

1–10 of 88 posts

Re: Make systemd better for Podman with Quadlet

#6

Odd choice using systemd syntax willingly when all other industry tools use YAML, IMO

You can apparently use kubernetes YAML with a .kube target and podman will orchestrate the containers, service, volumes appropriately (on a single node). The only systemd config is a minimal boilerplate to point at the kubernetes YAML.

Re: Make systemd better for Podman with Quadlet

#8

Odd choice using systemd syntax willingly when all other industry tools use YAML, IMO

You can apparently use kubernetes YAML with a .kube target and podman will orchestrate the containers, service, volumes appropriately (on a single node). The only systemd config is a minimal boilerplate to point at the kubernetes YAML.

You are correct. And there is an Ansible role for automated management: https://github.com/linux-system-roles/podman/

Re: Make systemd better for Podman with Quadlet

#10

Odd choice using systemd syntax willingly when all other industry tools use YAML, IMO

It seemed to me that the original target audience for this is users already familiar with systemd's unit syntax, so making these "unit files" use it as well was a sensible choice.
Post reply on HN