Michał Dydeckidydek.hashnode.dev·Oct 27, 2024Using Traefik proxy on Render.comIntro Render.com is an excellent service for quick and DevOps-less deployment. The basic manuals show how to deploy many types of applications, including the most popular frameworks and dockerized custom apps. However, there is no manual for deployin...DiscussTraefik
Subhanshu Mohan Guptablogs.subhanshumg.com·Oct 17, 2024Picking the Right Load Balancer for Your Kubernetes EnvironmentIntroduction As Kubernetes adoption skyrockets, managing traffic within and to your clusters becomes a critical aspect of ensuring availability, performance, and scalability. One of the most important decisions when running Kubernetes in production i...Discuss·14 likes·39 readsMastering Kubernetes: Revolutionizing Cloud-Native OperationsLoad Balancing
Akash Rajvanshihacstac.hashnode.dev·Oct 9, 2024🚀 Day 98/100 🚀It’s been a busy weekend! I updated all homelab machines with Ansible, configured a reverse SSH tunnel for Gitea with Traefik, and set up SSL for Gitea using Traefik. Now, I can pull and push code to repos through a traefik reverse proxy on gitea. A...Discuss#365DaysOfDevOpsAzure
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...Discuss·27 readsDevops
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·148 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·138 readskamal
Iwan Prakosoiwandepe.hashnode.dev·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