top | item 43460477

(no title)

l11r | 11 months 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

discuss

order

robertlagrant|11 months ago

Nice. How long does it take for Traefik to activate?

l11r|11 months ago

It's few seconds usually. Traefik is not a bottleneck after system start, most time takes containers startup.