Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Traefik Hub

Traefik Labs | v2.4.0

Reviews from AWS Marketplace

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

33 reviews
from G2

External reviews are not included in the AWS star rating for the product.


    Alfred F.

Traefik : Best reverse proxy for docker based systems

  • March 06, 2020
  • Review provided by G2

What do you like best about the product?
Traefik can automatically route and load-balance containers, without any additional configuration
What do you dislike about the product?
Overall, I was satisfied with the product.
What problems is the product solving and how is that benefiting you?
While we initially used Nginx to route our traffic, we were tired of having to manually set up all of our configurations. So we decided to move to Traefik so that our containers are automatically routed and load-balanced, without any additional configuration.


    Brad J.

Great out-of-the-box cloud reverse proxy; config can be sticky

  • July 24, 2018
  • Review verified by G2

What do you like best about the product?
I love that Traefik solves a problem that, in the past, I had to wire up myself. Moving to a Kubernetes-based workflow for our CI/CD and production environments meant juggling ingress and TLS certificates was tricky; Traefik is a real time saver.
What do you dislike about the product?
Configuring Traefik isn't entirely intuitive, especially if you're using a key-value store. The documentation is technically correct however users without experience with Consul or etcd may get stuck on certain concepts. The configuration does not, as far as I can tell, hot-reload in all contexts so you just need to test as you go.
What problems is the product solving and how is that benefiting you?
My clients love that they don't have to pay for TLS certificates, because Traefik integrates natively with Let's Encrypt. It also helps address questions of distributed/fault tolerant ingress in K8s.


    Ernest O.

The best opensource reverse proxy

  • January 09, 2018
  • Review verified by G2

What do you like best about the product?
Traefik is an awesome reverse proxy that works seamlessly with various orchestration backends (e.g Kubernetes, Docker, Docker Swarm, Amazon ECS, among others) rewriting HTTP configuration when services are deployed, stopped or replicated. One of the things I like most about traefik is the fact that it integrates with letsencrypt to provide free HTTPS. Once configured, any domains you use will automatically get issued an SSL certificate from letsencrypt. Traefik will also automatically renew your certificate.
What do you dislike about the product?
Traefik doesn't suppport websockets or other TCP protocols (other than HTTP). Traefik was also hard to set up the first time. The documentation great but could probably be improved.
What problems is the product solving and how is that benefiting you?
We use traefik as a reverse proxy and load balancer for all our web services
Recommendations to others considering the product:
There aren't many reverse proxies that work seamless with a wide range of container orchestration tools the way traefik does. In my humble opinion Traefik has the widest range of features compared to products in it's category. Best of all, it's free.