Using URL Rewrite in Traefik 2.X

Using URL Rewrite in Traefik 2.X

Previously, we introduced the use of URL Rewrite in ingress-nginx, where the path rewriting is mostly similar to the traditional nginx method. However, if we are using the more cloud-native Traefik as our gateway, how do we handle URL Rewrite requirements? In an earlier article, we discussed the basic functionalities of Traefik 2.1, but we … Read more

Comprehensive Guide to Using Traefik v3.0 with Docker

Comprehensive Guide to Using Traefik v3.0 with Docker

This article discusses how to use Traefik with Docker containers for stable deployment of Traefik services. Introduction It has been nearly four years since the release of Traefik v2.0.0[1]. Over the past four years, I have written extensively about practical content related to Traefik, which interested readers can explore here[2]. Last month, the official release … Read more

Automating HTTPS with Traefik 2.0

Automating HTTPS with Traefik 2.0

In the previous article, we implemented Traefik 2.0 to expose Redis (TCP) services. We learned that using TCP routing configuration in Traefik requires SNI, which relies on TLS, so we need to configure certificates for normal access to TCP services. In fact, Traefik not only supports manually configuring TLS certificates but also supports automatically generating … Read more