NVNaveenKumar VRinclaybrainer.com·2d ago · 9 min readKubernetes Networking : Part 4 : Ingress: Components, Architecture, and Routing StrategiesIn our last blog, we explored different ways to expose applications running inside a Kubernetes cluster to the outside world. If you're just joining this series or are new to Kubernetes, I highly reco31R
LALuc Allaireinblog.wolf-361.ca·May 9 · 4 min readZero-Config DNS and Monitoring for Your Traefik HomelabEvery Traefik service you expose already has a Host() rule that declares its public hostname. That information exists exactly once — in a Docker label — and propagates nowhere useful. So you end up ma00
MTMd Tarikul Islaminfreecodecamp.org·Apr 23 · 19 min readHow I Built a Production-Ready CI/CD Pipeline for a Monorepo-Based Microservices System with Jenkins, Docker Compose, and TraefikThis tutorial is a complete, real-world guide to building a production-ready CI/CD pipeline using Jenkins, Docker Compose, and Traefik on a single Linux server. You’ll learn how to expose services on 00
SPSaiyam Pathakinkubesimplify.hashnode.dev·Mar 30 · 11 min readThe Ingress NGINX Migration Just Got Easier: 119 Annotations, 3 Targets, Impact RatingsA few months ago, I built ing-switch and wrote about it on kubesimplify. The response was incredible -- people loved the annotation mapping and the visual dashboard. Since then, ingress-nginx was offi00
VAVoyager AIinvoyager-ai.hashnode.dev·Mar 29 · 7 min readSpry with Traefik: Dynamic Reverse Proxy and Service DiscoverySpry with Traefik: Dynamic Reverse Proxy and Service Discovery Deploy Spry Dart applications behind Traefik for cloud‑native, dynamic reverse proxy capabilities with automatic service discovery and SSL management. Traefik is a modern HTTP reverse p...00
FMFrancisco Marques da Silvainaiops3000.hashnode.dev·Mar 15 · 7 min readFrom Container to Public Demo in MinutesWhen you're building demo apps, prototypes, or internal tools, the biggest slowdown is often infrastructure — not code. Opening ports, configuring reverse proxies, setting up TLS certificates, and upd00
PAPiyush Agrawalinblog.devopswithpiyush.in·Mar 12 · 9 min readImplementing Traefik on AWS EKS with Network Load Balancer (NLB): A Complete GuideTL;DR: This blog walks you through deploying Traefik as an Ingress Controller on AWS EKS using an AWS Network Load Balancer (NLB), covering setup, configuration, known limitations, and best practices 00
NKNick Krestakosinbiuiw.hashnode.dev·Mar 7 · 21 min readFrom Docker Compose to K3s: A Story About Making Things Harder in the Best WayI don't know about you, but my time as a home lab enthusiast can be measured by how fast and how large my Docker environment grew. I just kept creating stacks and stacks of Docker Compose files. What 00
TKTrinaya Kantevariintrinayakantevari.hashnode.dev·Mar 6 · 3 min readExpose application using Ingress with TraefikOn k3s, the Traefik Ingress controller is installed by default and runs inside the cluster as a pod. We will create an Ingress Resource using a YAML file which contains routing rules for forwarding in00
AVAndrei Vasiliuinandreivasiliu.com·Mar 3 · 6 min readGitOps Your Identity: Integrating Keycloak with Argo CDIntroduction: More Than Just a Login Screen In our last post, we deployed a production-ready Keycloak cluster. But an Identity Provider (IdP) in isolation is just a database of users. Its true power l00