3 repositorios
Deployment patterns for hosting control-plane coordination servers.
Distinguishing note: Focuses on public-facing infrastructure for network control planes.
Explore 3 awesome GitHub repositories matching devops & infrastructure · Coordination Server Deployments. Refine with filters or upvote what's useful.
Headscale is a self-hosted control plane for private mesh networking that enables the creation of secure, encrypted peer-to-peer networks. By acting as a centralized coordination server, it manages device authentication, cryptographic key exchange, and network topology, allowing distributed infrastructure to communicate without relying on third-party services. It implements a zero-trust security architecture, verifying device and user identity before granting access to internal resources. The project distinguishes itself by providing a fully independent, self-hosted alternative for managing n
Hosts the control plane on public-facing infrastructure to manage client connectivity and provide centralized oversight.
Este proyecto proporciona un sistema para alojar y orquestar controladores de red virtual contenerizados y servidores raíz. Funciona como un gestor para servidores raíz privados, permitiendo el despliegue de infraestructura de red que coordina la conectividad entre dispositivos pares sin depender de infraestructura pública. La herramienta cuenta con una interfaz administrativa basada en web para gestionar redes virtuales. Esta interfaz permite la gestión visual de la red, incluyendo la aprobación de solicitudes de unión de miembros, autorización de nuevos clientes y la asignación de rangos de direcciones IP específicos. El sistema incluye capacidades para el despliegue automatizado de servidores y la distribución de archivos de configuración de red a través de URLs. Utiliza aislamiento basado en contenedores para garantizar un despliegue consistente de nodos raíz y controladores a través de diferentes entornos host.
Deploys root servers using containers to manage and coordinate a private network of controllers.
Crossdesk is a cross-platform remote desktop software used for streaming and controlling remote computers. It consists of a hardware-accelerated video streamer and a web-based client that allows users to operate remote devices through a browser without installing platform-specific software. The system utilizes a self-hosted connection relay deployed via containers to manage remote sessions and forward traffic when direct peer-to-peer connections fail. To maintain performance, it employs hardware-accelerated video encoding and streaming to reduce latency and CPU load. The software provides cr
Provides a containerized coordination server for managing remote sessions and signaling logic.