jack kweyungajackkweyunga.hashnode.dev·Sep 13, 2024Traefik Proxy Guide: Configuring public Domain Names for Docker ContainersDisclaimer This article introduces Traefik, a modern reverse proxy and load balancer for deploying micro-services. We will cover its basics, key features, configuration, and integration with Docker. By the end, you should understand how to set up and...DiscussDevops
Sam Mesterton-Gibbonssamdbmg.hashnode.dev·Sep 12, 2024Implementing SSO with Traefiksamdbmg/ansible-traefik-auth-proxy combines the Traefik reverse proxy with thomseddon/traefik-forward-auth to provide HTTP reverse proxying, certificate handling with LetsEncrypt and SSO login, either as an Ansible role or a Docker Compose project. T...DiscussTraefik
Timothy Olaleketimtech4u.hashnode.dev·Jul 9, 2024How to Set Up Dynamic Domain Mapping with Traefik on GCPIntroduction In this guide, we will walk through the steps to set up a GCP instance, install Docker, Docker Compose, and Traefik, and then use a Flask application to dynamically create reverse proxies for domain mapping to container images. Additiona...DiscussTraefik
Tandap Noel Bansikahbansikah.hashnode.dev·May 22, 2024Boost Your DevOps Workflow with TraefikIntroduction: In today's rapidly evolving world of containerization and microservices, a reverse proxy plays a crucial role in managing and routing traffic to various services. Traefik, a popular open-source reverse proxy, has emerged as a powerful a...DiscussDevops
Nikhil AkkiPronikhilakki.in·Apr 27, 2024Comparing Traefik vs NginxIntroduction Traefik and Nginx are both popular reverse proxy servers used in modern web infrastructure. Traefik is designed specifically for microservices architectures and containerized environments, while Nginx has a broader range of uses includin...Discuss·109 readsCloudLoad Balancer
Dragos MusetescuProlesscodeworks.com·Mar 28, 2024Redirect from www to non-www with Kamal and TraefikI recently wrote an article about how I do deployments with Kamal, which included setting up SSL for your domain and redirecting from non-ssl to ssl. In this article, I want to go further and show you how I redirect from www to non-www. In the config...Discuss·60 readskamal
Iwan Prakosoiwandp.my.id·Mar 28, 2024Easy Deployment with Docker TraefikIf you have experience of deploying a website chances are you are using either of Nginx or Apache as your reverse proxy. These two are great web service and mostly can accommodate your needs. But in this article I want to show you one alternative tha...Discuss·35 readsDocker
Sahil Patelblog.spatel.dev·Mar 16, 2024Traefik 101: What It Is and Why You Should Consider ItIn the ever-evolving landscape of cloud-native applications and microservices architectures, managing traffic efficiently is paramount for optimal performance and scalability. Traefik (pronounced "traffic") emerges as a game-changer, offering a light...DiscussTraefik
Dan Monceaublog.danmonceau.fr·Feb 21, 2024How to redirect your domain to your vm in your homelabIn this example, we'll use Traefik and squareSpace. In your host's DNS settings, we'll redirect the domain to the desired IP address (the public IP address of your Internet box). In my example, I want to redirect www.domainname.com to the public ad...DiscussHomelab
Avdhoot Dendgeavdhoot.hashnode.dev·Jan 19, 2024Let's Encrypt Domain Validation Error: The key authorization file from the server did not match this challenge.Securing your website with Let's Encrypt involves domain validation through the ACME protocol. However, issues like mismatched challenges can arise due to mishandled AAAA records. In recent times, domain providers have begun including AAAA records, b...DiscussLet's Encrypt