news.volyx.in

Take a look at Traefik, even if you don't use containers (j6b72.de)

388 points by q2loyp · 831 days ago · 260 comments on HN

Article summary

The article discusses the author's experience with Traefik, a reverse proxy tool, in a non-container environment. Traefik is often associated with containerization, but it can be used without containers. The author highlights its features, such as TLS passthrough and PROXY protocol, and notes some limitations, including the lack of built-in authentication and IP blocking. The article also provides a configuration example and praises Traefik's documentation.

Main themes

  • Traefik
  • Reverse Proxy
  • Containerization
  • Non-Container Usage
  • Configuration
  • Features and Limitations

What commenters say

  • Traefik is comparable to HAProxy, but distinct from web servers like Nginx and Caddy, which can also act as reverse proxies.
  • Caddy is a viable alternative to Traefik, with its own set of features, including service discovery and load balancing.
  • Some users find Traefik's configuration and dynamic service discovery to be useful, while others prefer a more static configuration approach.
  • Traefik's lack of built-in authentication and IP blocking is a significant limitation for some users, who must rely on third-party plugins or workarounds.
  • The pronunciation of Traefik's name is a subject of debate, with some users adopting the official 'traffic' pronunciation and others using alternative pronunciations.
  • Traefik's suitability for small-scale self-hosting and its comparison to other tools like Nginx and Caddy are topics of discussion among users.
  • Some users have successfully used Traefik in production environments, while others have encountered issues with configuration and maintenance.
  • The choice between Traefik and other reverse proxy tools depends on specific use cases and requirements, with no single tool being universally superior.