PPillarsinpillars.hashnode.dev·3d ago · 27 min readMigrating Ingress NGINX to Gateway API Without Downtime: A Practical GuideIn March 2026, Ingress NGINX (the Kubernetes community-maintained ingress controller, repository kubernetes/ingress-nginx) reached end-of-maintenance: no further releases, bug fixes, or security patch00
WTWade Thomasinblog.northernrangedigital.com·Jul 23 · 5 min readCoolify: The Complete Manual Setup Guide (For When the Auto-Install Script Won't Cut It) Coolify's one-line install script is great — until it isn't. Right now it officially supports Ubuntu 20.04, 22.04, and 24.04 LTS. If you're running anything newer (Ubuntu's already on 26.04 LTS), the 00
ADAlbert Deutouinblog-adeutou.hashnode.dev·Jul 22 · 9 min readSelf-Hosting Like a Pro, Part 2: Docker, K3s and Traefik v3 with Automatic HTTPSThis is Part 2 of a four-part series where I document how I turned a 10€/month VPS into a production-grade platform hosting multiple projects. In Part 1 we hardened a fresh Ubuntu server. Today we ins00
DMDan Mercedeindanmercede.hashnode.dev·Jun 26 · 33 min readSelf-Hosting Many Apps on One Box: A Beginner's Guide to the Two-Plane ArchitectureIf you've ever tried to run your own apps — a dashboard, wiki, side-project API, or metrics stack — on a single machine you control, you've probably hit the wall everyone hits: self-hosting gets messy00
NVNaveenKumar VRinclaybrainer.com·Jun 21 · 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