jack kweyungajackkweyunga.hashnode.dev·Dec 6, 2024Modern Server Management Made Simple: An All-in-One Docker InfrastructureManaging servers effectively doesn't have to be complex or time-consuming. By combining Docker with three carefully selected tools - Portainer, Traefik, and Watchtower - we can create a server infrastructure that practically manages itself. This arti...2 likesModern Server Management Made SimpleDocker
jack kweyungajackkweyunga.hashnode.dev·Dec 6, 2024Deploy Dockerized Apps Using Docker-Setup: A Practical GuideAfter setting up your server with docker-setup, you have a powerful environment ready for hosting applications. The setup provides Traefik for routing and SSL, Portainer for management, and Watchtower for automatic updates. Let's explore how to deplo...1 likeModern Server Management Made SimpleDocker
jack kweyungajackkweyunga.hashnode.dev·Dec 6, 2024Docker-Setup: A Tool for Simple Self-Hosted InfrastructureWhen setting up a deployment environment, choosing the right tools can feel overwhelming. Many setups become needlessly complex or fail to keep up with current best practices. This guide introduces a streamlined approach using just four essential too...1 like·73 readsModern Server Management Made SimpleDocker
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...Traefik
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...14 likes·44 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...#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...28 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...35 readsTraefik
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...Traefik
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...Devops