Norm Dongbeedog.cc·Jan 26, 2025Portainer with Traefik, automatic HTTPS and protecting your online services with CloudFlare Access in a home labThis post documents some parts of my home lab setup on which I run a bunch of VM and container workload. These may not be the best setup but they work for me, and hopefully it will help you too. Every piece of software and service mentioned is free, ...Traefik
Husein Indra Kusumadev.huseindra.com·Jan 25, 2025Tutorial: Setting Up Traefik with Portainer for Docker ManagementComplete Guide: Work Management Virtual Machine from Scratch This tutorial will guide you through setting up Traefik as a reverse proxy and Portainer for Docker container management. The tutorial assumes you have a Linux server with Docker and Docker...47 readsDocker
Subhanshu Mohan Guptablogs.subhanshumg.com·Jan 16, 2025Container Networking Security with TraefikIntroduction Container networking security is a cornerstone of modern microservices architecture. Tools like Traefik and Docker Compose simplify orchestration and networking, but implementing advanced security features like mutual TLS (mTLS), IP whit...10 likes·48 readsAdvanced DockerMicroservices
Dhadve Yashnimbusnotes.hashnode.dev·Dec 22, 2024Scaling websockets to million connectionsUnderstanding how to scale Scaling a websocket is a hard task compared to http, as the connections are persistent in websocket and we cannot share the same connection between 2 different servers. Like in http we can just create many instances of our ...chat app based on microservicesgolang
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·81 readsModern Server Management Made SimpleDocker
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·63 readsMastering KubernetesLoad 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...29 readsDevops