DEV Community

Discussion on: What’s the most under-appreciated software?

Collapse
 
patryktech profile image
Patryk • Edited

Surprised no one mentioned Traefik yet.

I've been fighting with Nginx to get routing done to some Docker containers... It was extremely fragile. If your routes aren't up, it simply refuses to start. Traefik just uses dynamic configuration to find your containers, and you just need to add a few labels. No need to make a graph of which containers you need to start before you can use nginx!