Hacker News new | ask | show | jobs
by l11r 457 days ago
I recently discovered them and made an entire homelab based on the atomic OS and rootless Quadlets, can highly recommend them. They also allow to use systemd socket activation. Which means you can create systemd http/https sockets for example and activate Traefik automatically just like ssh.socket and podman.socket activates sshd.service and podman.service accordingly. It's a lifesaver since this is basically the only way to preserve source IP in rootless setups (rootless Podman/Docker usually doesn't easily allow to preserve source IP without major drawbacks).

https://github.com/savely-krasovsky/homelab

1 comments

Nice. How long does it take for Traefik to activate?
It's few seconds usually. Traefik is not a bottleneck after system start, most time takes containers startup.
Thanks!