Remix.run Logo
1vuio0pswjnm7 3 days ago

The official traefik v3.4.4 amd64 binary from Github is only 207MB.

https://github.com/traefik/traefik/releases/expanded_assets/...

FuriouslyAdrift 3 days ago | parent [-]

An entire docker image for HAProxy is only 41 MB... deb is 1.6 MB

1vuio0pswjnm7 3 days ago | parent | next [-]

I compile static-pie HAproxy binaries using different TLS libraries. Size varies a little based on the versions and compile-time options for those libraries

For example, max sizes for the largest and smallest TLS libraries I have tried

OpenSSL 9.0MB

WolfSSL 4.6MB

OpenSSL bloat is unfortunate

Does Traefik allow any TLS libraries other than OpenSSL

sgarland 3 days ago | parent | prev [-]

Welcome to modern development, where no one gives a shit about binary size. It’s awful.