5 repositorios
Systems that dynamically manage and route traffic to multiple backend services with automated load balancing and protocol handling.
Explore 5 awesome GitHub repositories matching networking & communication · Reverse Proxy Orchestrators. Refine with filters or upvote what's useful.
Caddy is an extensible, modular web server platform designed for high-performance traffic management and automated security. At its core, it functions as a dynamic HTTP gateway that handles request routing, static asset delivery, and reverse proxying through a chain of configurable handler modules. The system is built on a modular architecture that allows developers to extend server functionality by registering custom components, all managed through a unified lifecycle and provisioning framework. What distinguishes Caddy is its focus on automated infrastructure and zero-downtime operations. I
Orchestrates traffic flow to backend services with built-in load balancing and protocol upgrade capabilities.
This project is an automated reverse proxy and load balancer designed for containerized environments. It functions by monitoring container lifecycle events through the container runtime API, allowing it to dynamically generate and update web server configurations in real time as services start, stop, or change their network status. The system distinguishes itself through its ability to orchestrate proxy processes without dropping active connections, ensuring continuous availability during configuration updates. It utilizes a template-based engine to map container metadata to routing logic, en
Orchestrates long-running proxy processes that reload routing tables dynamically without dropping active connections.
Este proyecto es un gestor de proxy inverso Nginx basado en Docker, diseñado para automatizar el despliegue de HTTPS para aplicaciones web. Funciona como una pasarela que adquiere y renueva certificados de seguridad a través de Let's Encrypt y redirige el tráfico entrante a los servicios backend. El sistema se distingue por descubrir automáticamente los servicios web que se ejecutan en contenedores Docker, eliminando la configuración manual de dominios. Gestiona los certificados de seguridad mediante un proceso automatizado y puede exponer estos certificados a otras aplicaciones a través de volúmenes compartidos. La herramienta cubre la gestión del tráfico mediante balanceo de carga y redirección de dominios. También proporciona controles de seguridad como autenticación básica y restricciones de acceso por IP, además de la capacidad de servir archivos estáticos directamente desde el sistema de archivos.
Functions as a reverse proxy orchestrator that manages traffic flow between the internet and backend container services.
Uncloud is a decentralized container orchestrator designed to deploy and manage applications across multiple servers without a central control plane. It functions as a peer-to-peer system and a Docker Compose cluster deployer, using SSH-based infrastructure management to coordinate operations across remote nodes. The project distinguishes itself by using a secure mesh network overlay to enable direct inter-container communication across different physical machines. It facilitates container image distribution by transferring missing layers directly from local environments to target nodes, bypa
Includes an automated reverse proxy manager that handles external traffic routing and TLS certificate provisioning.
This project is a Docker-based web gateway and Nginx reverse proxy manager. It functions as a containerized network edge designed to route incoming HTTP and HTTPS traffic to backend services using subdomains and subfolders. The system automates the procurement and renewal of Let's Encrypt SSL certificates via the ACME protocol and various DNS plugins. It includes a mechanism to export and share these certificates through persistent volumes so other containers can utilize the same encryption keys. Security is handled through a combination of server intrusion prevention, using Fail2Ban to moni
Functions as a managed reverse proxy orchestrator directing traffic to backend services via Nginx.