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

31 reviews
from G2

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


    Jacob G.

Though it has a steep learning curve, Traefik has powerful tools for routing among docker containers

  • August 29, 2024
  • Review verified by G2

What do you like best about the product?
There are several things that I really like about traefik. Firstly, I like the organization it gives me in my hosting setup. I run several websites from the same host, and managing a dockerized traefik hosting setup is immensely easier than managing multiple sites on a conventional web server like apache or nginx. It's routing tools allow me to set sites up and take them down with ease, and I like that the configuration can be defined in docker-compose. The automatic ssl feature is also incredibly nice once you figure it out. I also like the web dashboard.
What do you dislike about the product?
Traefik has a steep learning curve. If you are a newcomer to products like traefik, it will take some time to build an understanding of what it is, how it works, and what the different terms mean. I had to put in many hours to really understand what was going on with the automatic ssl certificate resolvers in particular. In particular, there are a few "magic settings" with automatic ssl that make it work, but I still don't understand exactly why.
What problems is the product solving and how is that benefiting you?
Traefik allows me to host multiple web servers on a single host by routing requests to different web server docker containers based on domain name. This means that I can have multiple websites that use the default http/https ports on my host. The ability to use docker-compose to set up my sites also makes them incredibly easy to spin up, tear down, and manage. Finally, the SSL certificate resolvers are incredibly useful for making all my sites communicate over https by default.


    Telecommunications

Extensive proxy for all use cases!

  • August 26, 2024
  • Review provided by G2

What do you like best about the product?
Traefik is an exceptional choice for modern cloud-native environments, offering extensive configuration options that make it incredibly versatile and powerful. Whether you're deploying microservices, managing complex traffic routing, or securing your infrastructure, Traefik can handle it with ease. The level of customization available through its configuration is one of its standout features. You can fine-tune every aspect of your setup, from load balancing algorithms and request retries to SSL termination and advanced routing rules.

The comprehensive documentation provided by Traefik is another major advantage. It’s well-organized, detailed, and covers virtually every possible use case. Whether you’re just getting started or diving deep into complex scenarios, the documentation is a reliable resource. It walks you through configurations, best practices, and even troubleshooting, ensuring that you can make the most out of Traefik's extensive capabilities.

Moreover, Traefik is incredibly flexible and can be used in almost any environment or use case. It supports a wide range of orchestrators like Kubernetes, Docker, and more. This versatility allows it to fit seamlessly into various infrastructures, from small-scale setups to large, complex systems. Whether you need to manage traffic for a single application or a sprawling microservices architecture, Traefik is equipped to meet the challenge.

Overall, Traefik’s extensive configuration options, robust documentation, and wide applicability make it an indispensable tool for anyone looking to efficiently manage their network traffic in a scalable and secure way.
What do you dislike about the product?
While Traefik is highly versatile and powerful, its extensive configuration options can be overwhelming for first-time users. The sheer number of settings and possibilities might make it challenging to get started, especially if you're new to the concepts of reverse proxies, load balancing, or modern cloud-native architectures. Navigating through the various configuration methods—whether via YAML files, labels in Docker, or dynamic configurations—can be complex, requiring a solid understanding of the underlying principles.

However, once you get past the initial learning curve, the flexibility and control that Traefik offers are unmatched. The comprehensive documentation helps mitigate this complexity, guiding you through the setup process and helping you understand how to tailor Traefik to your specific needs. With time and experience, you'll likely find that the initial complexity is a small price to pay for the robust and customizable infrastructure that Traefik enables.
What problems is the product solving and how is that benefiting you?
Traefik excels at solving the problem of managing multiple ingress routes, particularly when it comes to certificate management. In environments where multiple services require secure access, handling SSL certificates can quickly become a complex and time-consuming task. Traefik streamlines this process by automating certificate management, including the generation, renewal, and deployment of SSL/TLS certificates.


    Federico L.

Efficient and Flexible Service Management with Traefik

  • August 26, 2024
  • Review verified by G2

What do you like best about the product?
Traefik stands out for its simplicity and powerful features. The use of routers, middleware, and services makes managing applications straightforward. One of the biggest advantages is the seamless integration of HTTPS with real signed certificates, which simplifies the security aspect across multiple applications. What I love most about Traefik is its dynamic discovery of new services. Whether using Docker, files, or other methods, just adding a new file or creating a container with the right labels automatically configures the router/service. This flexibility and speed in service management are unparalleled.
What do you dislike about the product?
The learning curve can be challenging for newcomers. It’s not difficult to reach a point where you feel comfortable, but until you do, it might feel overwhelming. However, once you get the hang of it, Traefik’s benefits far outweigh this initial hurdle.
What problems is the product solving and how is that benefiting you?
Traefik solves the problem of efficiently managing and routing traffic to multiple services in a dynamic environment. It simplifies the process of setting up and maintaining secure, well-organized application gateways, especially in environments where services are constantly changing, such as with Docker containers.

For me, Traefik’s ability to dynamically discover and configure new services is a game-changer. It eliminates the need for manual configuration every time a new service is added, which not only saves time but also reduces the risk of configuration errors. Additionally, its built-in support for HTTPS with real signed certificates ensures that all my applications are secure without extra hassle.


    Dennis M.

Fast and powerful reverse proxy with everything you need for your containerized infrastructure

  • August 22, 2024
  • Review verified by G2

What do you like best about the product?
Traefik makes setting up reverse proxies and load balancers super-easy to implement when using containerized infrastructure. If you're running Docker containers or Kubernetes clusters, the out-of-the-box integration is really solid and makes it so easy to configure once you know how it works. I use Traefik for both small homelabs and larger organizations, and it can fit well into these different environments.

One of the best parts about Traefik is that it includes a ton of functionality baked into the service, like automatic SSL certificate generation for your web applications and middleware to manipulate incoming requests. You don't need to deal with plugins or additional software nor modify your applications, and configuring them is straightforward. Having a lot of these systems in a single place helps managing things a breeze. The included dashboard is also useful to see your complete setup.
What do you dislike about the product?
The initial learning curve can feel a bit steep as you get used to learning how to use Docker labels to configure Traefik or setting up a new ingress controller on Kubernetes. Documentation is good enough and comprehensive, but in the beginning it can be difficult to navigate for those new to Traefik, mostly because of all the functionality it includes.

Debugging issues can be a bit of a challenge at times, especially when involving more complex setups of routers and middleware. With all the points where something can go wrong and sometimes-unclear error logs, fixing problems when they arise can take quite some time to deal with.
What problems is the product solving and how is that benefiting you?
Traefik has helped me deal with a few things in my infrastructure:

- Managing routing rules for microservices to allow me to handle where my incoming traffic goes.
- Simple service discovery for new Docker containers which lets me add new microservices without needing additional configuration.
- Automatic SSL certificate generation so I don't have to worry about renewing them.
- Easy-to-add middleware options for rate limiting and basic authentication when needed.


    Luga L.

Traefik streamlines our delivery by providing efficient traffic routing and service discovery

  • August 15, 2024
  • Review verified by G2

What do you like best about the product?
Traefik 是一款现代化的边缘路由器和反向代理,以其灵活性和易用性而受到广泛赞誉。以下是在我们的项目中总结出的Traefik的一些优点:

1. 自动服务发现与配置: Traefik能够自动发现服务,并根据配置生成路由规则。这大大简化了微服务架构下的服务管理。
2. 多后端支持: Traefik支持多种后端,包括Docker、Kubernetes、Mesos等,可以轻松集成到不同的环境中。
3. 丰富的路由规则: Traefik提供了灵活的路由规则配置,可以根据域名、路径、请求头等多种条件进行路由。
4. 插件机制: Traefik的插件机制非常强大,可以扩展其功能,例如认证、授权、日志、监控等。
5. 高性能: Traefik基于Go语言开发,具有高性能和低延迟的特点。
What do you dislike about the product?
基于自身的项目实际情况,我客观地分析Traefik可能存在的缺点或局限性:

1. 配置复杂性: 虽然Traefik提供了自动配置功能,但对于复杂的路由规则和高级功能,配置仍然可能比较复杂。
2. 学习曲线: 对于初学者来说,掌握Traefik的所有功能和配置选项可能需要一定的时间。再加上,Traefik书籍较少,尤其是在中文社区,资料相对来说有点匮乏
What problems is the product solving and how is that benefiting you?
基于容器集群的流量接入,使得在自建资源池基础设施上能够对外部流量进行高效管理及维护


    Werner D.

The middleware feature makes all the difference

  • August 12, 2024
  • Review verified by G2

What do you like best about the product?
I'm very pleased with how well Traefik follows the Kubernetes Gateway API. They have added an elegant extension point to host their great middleware feature. I believe that this approach can make it to the standard.
The move to WebAssembly for the middleware is strategically smart because it will widen the community and makes middleware execution more efficient. But it is also key in standardising middleware.
What do you dislike about the product?
I haven't come across any issues yet. It just works.
What problems is the product solving and how is that benefiting you?
The Traefik Proxy is the external entry point for our Kubernetes clusters on AWS EKS. All external traffic to the services is routed through and balanced by Traefik Proxy. In combination with the external-dns and cert-manager projects, it also carries and terminates the public domain names we expose. Lastly, we have created an OpenID Connect middleware, that intercepts all requests and drives the authentication of the end-user.


    John C.

Running with minimal maintenance and config for years

  • August 08, 2024
  • Review verified by G2

What do you like best about the product?
I chose Traefik for work at first, building a Docker Swarm serviced by Traefik for ingress to the many websites therein. I could very easily template my compose files with the appropriate configuration, and required nearly zero maintenance on the Traefik stack for the life of the swarm.

When I refreshed my homelab, I chose Traefik for the same reasons, and I've been running it ever since. Not only was moving from v1 to v2 super easy, it's been even more stable and hands-off.
What do you dislike about the product?
There's a fair bit to initially know and understand for proper setup, but documentation is pretty excellent.
What problems is the product solving and how is that benefiting you?
Easy container routing for webhosts and other similar concerns.


    Sacha W.

The Way of the Cloud Native Proxy/API Gateway master

  • August 08, 2024
  • Review verified by G2

What do you like best about the product?
Ease of Integration: Would be as easy as changing the ingressClassName

Ease of Implementation: A comprehensive Helm Chart is provided

Customer Support: I found the documentation more than adequat to get me going and very useful examples are provided

Frequency of Use: I use this product everyday as it is my go to for all things Cloud Native Proxy/API Gateway

Dynamic Configuration: Traefik excels at automatically discovering and configuring routes. It integrates seamlessly with container orchestrators like Docker, Kubernetes, and more, meaning it can automatically update its configuration as services are added or removed, without requiring manual intervention.

Built-in Let's Encrypt Support: Traefik makes it easy to obtain and renew SSL certificates through Let's Encrypt, which simplifies the process of securing web traffic.

Ease of Use: Traefik is relatively easy to set up and configure, especially compared to more traditional reverse proxy favourites. Its configuration is straightforward and can be managed through a simple YAML or TOML file.

Metrics and Monitoring: Traefik has built-in support for Prometheus metrics and other monitoring tools, making it easier to keep an eye on the health and performance of your services.

Middleware: Traefik offers a powerful middleware system that allows for advanced traffic management, such as rate limiting, IP whitelisting, redirections, and more.

Scalability: It’s highly scalable, making it well-suited for both small-scale setups and large, complex environments.
What do you dislike about the product?
Initially the experience could be one of complexity but then what isn't as oppose to other products in this space. And when you buy any product you should read the manual. I had to slow down, allocate some learning time (Traefik training) and read the manual to grasp the human thinking and concepts behind Traefik.
What problems is the product solving and how is that benefiting you?
One of the best tricks that I found with Traefik is how easy it was to start publishing services externally because of the Automated Service Discovery and Routing. It didn't take me long once I had gotten my head around Traefik language speak to get a frontend working securely. Talking on security I was able to automate certificate implementation very quickly using Cloudflare and the built in integration to Lets Encrypt. In order to do this I used a nice piece of built in logic that Traefik provides allowing it to read a dynamic configuration file. I then simply made the certificate the default for the dashboard and for all services using Traefik as the gateway to the outside world. With the Traefik dashboard I was able to get insight into the inner workings of my ingress routes, ssl/tls and middlewares. I used GitOps to deploy Traefik with Gimlet and Fluxcd thus making it super simple to upgrade my three replicas or change my configuration all the while letting Kubernetes handle the process.

To roundoff Traefik gave me a quick setup, easy configuration, flexible and secure proxy/gateway to deploy in a matter of minutes.

You can see the process I followed by checking out my PoC documented here https://ortelius.io/blog/2024/08/08/how-to-bake-an-ortelius-pi-part-3-the-gitops-configuration/ and here https://ortelius.io/blog/2024/08/10/how-to-bake-an-ortelius-pi-part-4-cloudflare-certificates-and-traefik/


    Esteban T.

The most flexible reverse proxy

  • August 07, 2024
  • Review verified by G2

What do you like best about the product?
Traefik is a very powerful reverse proxy solution I'm currently using to simplify the access to a hundred services in my homelab.
There's tons of functionality, making it a highly configurable reverse proxy, with built-in support for Let's Encrypt.
There are a number of different ways to configure Traefik, and I particularly like the Docker integration, which lets you configure Traefik with Docker labels, very useful when you want to quickly deploy a new service and integrate it into your architecture.
What do you dislike about the product?
As Traefik is a highly flexible solution, it's also rather complex to understand at first. There's a bit of a learning curve, but you can get by with the help of documentation and resources available on the Internet.
What problems is the product solving and how is that benefiting you?
I needed to access my homelab easily using my domain name rather than IPs and ports, and Traefik fits the bill perfectly.


    Steve T.

First thing you install on a fresh Kubernetes cluster

  • August 05, 2024
  • Review verified by G2

What do you like best about the product?
Traefik is the best reverse proxy you can use in Kubernetes. It supports LetsEncrypt and is able to dynamically reload ingresses, act as a reverse proxy and do load balancing. We're using it daily for all of our clusers and it has worked like a charm! Has a great community and you can ask questions with the very likely-hood of them being answered by some of the Traefik developers. I highly recommend Traefik to everybody!
What do you dislike about the product?
The learning curve might be a bit high, but still well worth it.
What problems is the product solving and how is that benefiting you?
Makes configuring reverse proxy to deployed services a breeze. Also has the ability to proxy forward TCP / UDP ports which is something might need for some more specialized services (udp ports for RTC for real-time audio/video calls, etc)