awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

30 repositorios

Awesome GitHub RepositoriesContainerized Server Deployments

Methods for deploying and isolating server instances using container runtimes.

Distinct from Containerized Deployments: Shortlist candidates are too specific to game servers or AI servers; this is a general server deployment capability.

Explore 30 awesome GitHub repositories matching devops & infrastructure · Containerized Server Deployments. Refine with filters or upvote what's useful.

Awesome Containerized Server Deployments GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • rocky-linux/rockyAvatar de rocky-linux

    rocky-linux/rocky

    9,497Ver en GitHub↗

    Rocky is an open-source enterprise operating system designed for server and cloud infrastructure. It is a community-maintained Linux server distribution that provides a platform focused on stability and security. The project is fundamentally a Red Hat Enterprise Linux compatible operating system, maintaining bug-for-bug binary compatibility to ensure identical software behavior. This allows it to serve as an enterprise-grade platform without proprietary licensing. The distribution covers a broad range of system administration capabilities, including package management via modular repository

    Provides the ability to run isolated server instances on a single piece of hardware using containers.

    enterprise-linuxrocky
    Ver en GitHub↗9,497
  • lmeszinc/azurlaneautoscriptAvatar de LmeSzinc

    LmeSzinc/AzurLaneAutoScript

    9,292Ver en GitHub↗

    AzurLaneAutoScript is a mobile game automation system designed to perform repetitive gameplay tasks unattended. It functions as a screenshot-driven bot that controls Android devices, emulators, and cloud phones via ADB and uiautomator2, using computer vision to make interaction decisions instead of fixed timers. The project distinguishes itself through an advanced computer vision suite that includes local optical character recognition and perspective-aware grid detection. These tools allow the bot to parse 3D game maps, compute vanishing points, and normalize grid-centered objects for precise

    Packages the automation bot into Docker containers for persistent, headless server operation.

    Pythonalasazur-laneazurlane
    Ver en GitHub↗9,292
  • kylemanna/docker-openvpnAvatar de kylemanna

    kylemanna/docker-openvpn

    9,089Ver en GitHub↗

    This project provides a complete OpenVPN server deployment packaged as a Docker container, with an integrated EasyRSA certificate authority for automated public-key infrastructure management. It handles the full lifecycle of a VPN server, from initial PKI bootstrap and server configuration generation to client certificate issuance and revocation, all within a containerized environment. The server is configured entirely through Docker environment variables, eliminating the need for manual configuration file editing. It supports time-based one-time password (TOTP) authentication as a second fac

    Initializes a data volume with configuration and certificates, then starts an OpenVPN server inside a Docker container.

    Shelldockerdocker-containerdocker-openvpn
    Ver en GitHub↗9,089
  • jupyter/docker-stacksAvatar de jupyter

    jupyter/docker-stacks

    8,432Ver en GitHub↗

    This project is a collection of pre-configured Docker images that provide ready-to-run environments for interactive computing and data science. It functions as a scientific computing stack and a polyglot notebook server, bundling language interpreters and libraries for Python, R, and Julia within a containerized system to ensure reproducible research environments. The collection uses a layered image hierarchy to provide versioned software dependencies and support for hardware acceleration across different CPU architectures. It allows for the creation of custom images based on a foundation of

    Starts containerized interactive servers with a choice of available frontends.

    Pythondockeripythonipython-notebook
    Ver en GitHub↗8,432
  • pivpn/pivpnAvatar de pivpn

    pivpn/pivpn

    8,010Ver en GitHub↗

    PiVPN is an automated VPN deployer and server manager designed to establish secure gateways for remote network access. It provides a command-line tool for the installation and configuration of WireGuard and OpenVPN servers on Linux systems, with specific optimizations for single-board computers like the Raspberry Pi. The project distinguishes itself through a wrapper-based management interface that abstracts complex server commands into simplified operations. This includes automated handling of firewall rules, port forwarding, and package installation, as well as the ability to export client

    Provides methods for deploying and isolating the VPN server instance using container runtimes.

    Shellopenvpnopenvpn-installerpivpn
    Ver en GitHub↗8,010
  • jenkinsci/dockerAvatar de jenkinsci

    jenkinsci/docker

    7,530Ver en GitHub↗

    This project is a containerized build automation system and self-hosted DevOps platform provided as a Docker image. It serves as a distributed build orchestrator and a Dockerized continuous integration and delivery server, ensuring consistent execution environments across different infrastructure. The system distinguishes itself through a distributed execution model that separates a primary controller from multiple remote agents connected via SSH, TCP, or web sockets. It utilizes a modular extensibility framework that allows the core system functionality to be augmented through the installati

    Deploys the entire continuous integration and delivery server as a containerized instance for consistent environments.

    PowerShelldockerhacktoberfestjenkins
    Ver en GitHub↗7,530
  • agones-dev/agonesAvatar de agones-dev

    agones-dev/agones

    6,888Ver en GitHub↗

    Agones is a Kubernetes game server orchestrator designed for hosting, scaling, and managing dedicated multiplayer game servers. It extends the Kubernetes control plane using custom resource definitions to define game server and fleet objects, utilizing a dedicated fleet manager to maintain pools of warm server instances. The system provides a game server SDK and language-specific client libraries that allow server processes to signal readiness, health, and shutdown states directly to the controller. It distinguishes itself through specialized scaling logic, including the use of WebAssembly mo

    Provides declarative management of individual game server instances and fleets via Kubernetes custom resources.

    Goagonesdedicated-game-serversdedicated-gameservers
    Ver en GitHub↗6,888
  • rethinkdb/horizonAvatar de rethinkdb

    rethinkdb/horizon

    6,738Ver en GitHub↗

    Horizon is a realtime API server and RethinkDB backend designed to push database changes instantly to front-end clients. It utilizes a WebSocket data streaming API to synchronize data between the database and user interfaces without requiring manual polling. The project integrates an OAuth identity manager for verifying user identities through third-party providers and a role-based access control system to define granular permissions for viewing or modifying database documents. It is delivered as a containerized backend framework, allowing the server and its dependencies to be deployed as a p

    Delivers the entire server environment and dependencies as a portable container image for rapid deployment.

    JavaScript
    Ver en GitHub↗6,738
  • clearml/clearmlAvatar de clearml

    clearml/clearml

    6,740Ver en GitHub↗

    ClearML is a comprehensive MLOps platform designed to manage the end-to-end machine learning lifecycle, from initial experimentation to production deployment. It provides a suite of integrated tools including a pipeline orchestrator for automating workflows, an experiment tracking tool for logging hyperparameters and metrics, and a metadata-driven data versioning system for managing large-scale datasets and model artifacts. The platform is distinguished by its advanced compute management and serving capabilities. It features a GPU compute manager that supports fractional resource slicing and

    Enables containerized or cloud-image based installation of the platform's orchestration engine.

    Python
    Ver en GitHub↗6,740
  • nats-io/nats.goAvatar de nats-io

    nats-io/nats.go

    6,657Ver en GitHub↗

    This is a Golang client library for interacting with a cloud native distributed messaging system. It provides the necessary tools for Go applications to exchange messages using publish-subscribe and request-reply patterns, as well as specialized clients for managing persistent streams and distributed storage. The library includes a JetStream client for durable message streaming and replay, a Key-Value store client for managing distributed state with versioning and watchers, and an Object Store client for the storage and retrieval of large binary files via chunked delivery. The implementation

    Provides a lightweight server deployment as a container to handle connections, monitoring, and clustering.

    Gocloud-nativecloud-native-architecturescloud-native-microservices
    Ver en GitHub↗6,657
  • kubernetes/examplesAvatar de kubernetes

    kubernetes/examples

    6,651Ver en GitHub↗

    Este proyecto es una colección de ejemplos de despliegue, manifiestos y plantillas curados para ejecutar diversas aplicaciones y cargas de trabajo en un clúster de Kubernetes. Sirve como biblioteca de manifiestos y un conjunto de recursos educativos utilizados para enseñar patrones de configuración fundamentales para la orquestación de contenedores. El repositorio proporciona plantillas preconfiguradas para patrones arquitectónicos comunes, incluyendo el despliegue de bases de datos distribuidas, modelos de inteligencia artificial y servidores web listos para producción. Estos recursos incluyen tutoriales guiados y comandos de verificación para ayudar a los usuarios a aprender conceptos de Kubernetes a través de la aplicación práctica. El proyecto cubre una amplia gama de configuraciones de carga de trabajo, incluyendo la incorporación al clúster y la implementación de restricciones de recursos para asegurar operaciones estables para servicios contenerizados.

    Configures containerized servers with resource constraints and health checks to ensure stable production operations.

    Shell
    Ver en GitHub↗6,651
  • onlyoffice/documentserverAvatar de ONLYOFFICE

    ONLYOFFICE/DocumentServer

    6,633Ver en GitHub↗

    ONLYOFFICE DocumentServer is a self-hosted online office suite that provides browser-based document, spreadsheet, and presentation editing with real-time collaborative capabilities. It natively supports Office Open XML formats (.docx, .xlsx, .pptx) and can be deployed on Linux servers, either through Docker containerization or direct installation. The server includes a cooperative editing engine that coordinates simultaneous changes across multiple users using operational transformation, with a WebSocket synchronization layer for instant state propagation. Security is handled through JWT auth

    Ships a Docker image for deploying a self-hosted document editing server with persistent storage and JWT authentication.

    Shellcollaborationcollaborativedoc
    Ver en GitHub↗6,633
  • mesop-dev/mesopAvatar de mesop-dev

    mesop-dev/mesop

    6,589Ver en GitHub↗

    Mesop is a stateful, declarative Python web UI framework and component library designed for building interactive web applications and AI demos. It allows for the construction of data-driven interfaces and chat systems using only Python, removing the need to write separate HTML or CSS. The framework is specifically tailored for AI application development, offering dedicated tools for conversational UI design and the creation of dashboards for large language model applications. It distinguishes itself with a visual UI editor for real-time property adjustments and the ability to embed custom Jav

    Supports packaging the application into standard container images for consistent production environments.

    Python
    Ver en GitHub↗6,589
  • ksundong/backend-interview-questionAvatar de ksundong

    ksundong/backend-interview-question

    5,869Ver en GitHub↗

    Este proyecto es una guía de entrevistas de ingeniería backend y un recurso de estudio de ciencias de la computación. Proporciona una colección curada de preguntas y respuestas técnicas centradas en arquitectura del lado del servidor, optimización de bases de datos y fundamentos de redes para prepararse para evaluaciones profesionales de ingeniería de software. El recurso funciona como una referencia técnica para estudiar propiedades ACID, aislamiento de transacciones y la optimización de sistemas relacionales y no relacionales. Incluye una referencia de arquitectura de software para analizar patrones de diseño, inyección de dependencias y las compensaciones estructurales de varios frameworks backend. El contenido cubre un amplio rango de dominios técnicos, incluyendo fundamentos de sistemas operativos, estudio de protocolos de red y estructuras de datos. También proporciona un manual para DevOps e infraestructura, detallando pipelines de integración continua, orquestación de contenedores y estrategias de despliegue sin tiempo de inactividad (zero-downtime).

    Analyzes internal mechanics like dependency injection and event loops to evaluate differences between server-side environments.

    Ver en GitHub↗5,869
  • epicweb-dev/epic-stackAvatar de epicweb-dev

    epicweb-dev/epic-stack

    5,537Ver en GitHub↗

    Epic Stack is a full stack application boilerplate and TypeScript web framework designed for launching production-ready web applications. It serves as a Node.js backend starter and a foundation for building scalable frontend and backend services. The project provides a pre-configured environment for full stack web bootstrapping, focusing on a modern development workflow that integrates the frontend, backend, and database configuration. It includes a frontend component library for creating consistent and responsive user interfaces. The stack facilitates rapid application prototyping and produ

    Ships with production-ready configurations optimized for stability and performance on live servers.

    TypeScriptepic-stackremix-stackremix-stacks
    Ver en GitHub↗5,537
  • airbnb/knowledge-repoAvatar de airbnb

    airbnb/knowledge-repo

    5,532Ver en GitHub↗

    Knowledge Repo es un sistema de gestión de contenido técnico diseñado para organizar y compartir investigaciones, guías profesionales y documentación técnica. Funciona como una wiki técnica colaborativa y una base de conocimientos que admite la curación de ideas utilizando notebooks y archivos markdown. La plataforma se sincroniza con el control de versiones para automatizar la publicación de contenido detectando commits y cambios enviados a un repositorio Git conectado. Esta integración permite al sistema gestionar contenido en markdown y publicaciones técnicas a través de un flujo de trabajo integrado con control de versiones. El sistema incluye herramientas para la composición en múltiples formatos y la importación de documentos técnicos, así como funciones sociales para la colaboración entre pares mediante la actualización y comentarios en publicaciones compartidas. Se despliega como un portal autohospedado dentro de entornos contenedorizados utilizando mapeo de puertos configurable y montajes de directorios para el almacenamiento.

    Offers a self-hosted knowledge sharing environment deployed via container images with persistent storage.

    Python
    Ver en GitHub↗5,532
  • maiot-io/zenmlAvatar de maiot-io

    maiot-io/zenml

    5,452Ver en GitHub↗

    ZenML is an extensible machine learning orchestration framework designed to manage the end-to-end lifecycle of data pipelines and AI agent workflows. It functions as a durable orchestrator that executes machine learning tasks as directed acyclic graphs, ensuring that every step is containerized for consistent performance across local, cloud, and hybrid infrastructure. By decoupling pipeline code from underlying compute and storage backends, the platform allows developers to define infrastructure-agnostic stacks that remain portable across diverse environments. The project distinguishes itself

    Deploys the orchestration server as a containerized service for simplified management and scaling.

    Python
    Ver en GitHub↗5,452
  • zenml-io/zenmlAvatar de zenml-io

    zenml-io/zenml

    5,451Ver en GitHub↗

    ZenML is an orchestration platform designed for building, deploying, and monitoring reproducible machine learning pipelines and agentic workflows. It provides a unified framework that manages the entire lifecycle of machine learning assets, from data processing and model training to the deployment of persistent inference services. By decoupling pipeline logic from underlying compute and storage, the platform enables teams to transition workflows seamlessly from local development environments to production-grade cloud infrastructure. The platform distinguishes itself through a service-oriented

    Runs the management server as a containerized service compatible with standard orchestration platforms.

    Pythonagentopsagentsai
    Ver en GitHub↗5,451
  • posativ/issoAvatar de posativ

    posativ/isso

    5,284Ver en GitHub↗

    Isso es un sistema de comentarios autohospedado y servidor de comentarios WSGI que permite a los usuarios gestionar foros de discusión descentralizados. Funciona como un motor de discusión en markdown que transforma el contenido generado por el usuario en HTML filtrado para una visualización segura en páginas web. El sistema está diseñado como un host de comentarios de dominio cruzado, permitiendo que una única instancia de servidor centralizada sirva secciones de comentarios únicas en múltiples dominios distintos. Asegura esta integración utilizando listas blancas de nombres de host CORS para garantizar que los comentarios solo sean incrustables en sitios web autorizados. La plataforma proporciona una interfaz de moderación integral con un panel de administración protegido por contraseña y una cola de revisión para filtrar publicaciones. Las capacidades adicionales incluyen notificaciones por correo electrónico basadas en SMTP, generación de identicons de usuario y la capacidad de migrar el historial de conversaciones desde plataformas externas mediante importaciones JSON. El servidor puede desplegarse mediante entornos contenedorizados, FastCGI o como un servicio del sistema.

    Supports deployment within official or custom container images to ensure environment isolation.

    Python
    Ver en GitHub↗5,284
  • dunglas/mercureAvatar de dunglas

    dunglas/mercure

    5,266Ver en GitHub↗

    Mercure es un broker de mensajes basado en HTTP y servidor pub/sub en tiempo real que enruta actualizaciones de datos asíncronas a suscriptores autorizados. Funciona como un hub centralizado que recibe datos mediante solicitudes HTTP estándar y los transmite a clientes web utilizando el protocolo Server-Sent Events (SSE). El proyecto destaca por reemplazar WebSockets con una conexión HTTP unidireccional, aprovechando HTTP/2 y HTTP/3 para una entrega multiplexada de baja latencia. Implementa una capa de control de acceso seguro utilizando JSON Web Tokens (JWT) y JSON Web Signatures (JWS) para validar la identidad de editores y suscriptores, y soporta cifrado de payload de extremo a extremo mediante JSON Web Encryption (JWE). El sistema cubre clustering de alta disponibilidad y escalado horizontal para arquitecturas basadas en eventos, incluyendo recuperación del historial de eventos para reconciliar actualizaciones perdidas tras desconexiones del cliente. Su superficie operativa incluye monitoreo de rendimiento, seguimiento de presencia de clientes y limitación de solicitudes (throttling). El hub puede desplegarse como un binario autohospedado, dentro de entornos contenedorizados como Kubernetes o mediante un servicio de aprovisionamiento gestionado.

    Provides a server image for isolated deployment with built-in health checks and security certificate automation.

    Goapiasync-apicaddy
    Ver en GitHub↗5,266
Ant.12Siguiente
  1. Home
  2. DevOps & Infrastructure
  3. Containerized Server Deployments

Explorar subetiquetas

  • Backend Frameworks1 sub-etiquetaContainerized deployments of complete backend application frameworks including API servers and database connectors. **Distinct from Containerized Server Deployments:** Focuses on the full backend framework stack rather than generic server instances or specific DB backends
  • Declarative Game Server DeploymentsManaging game server instances and fleets using declarative specifications to ensure the actual state matches the desired configuration. **Distinct from Containerized Server Deployments:** Specializes general containerized deployments specifically for the declarative lifecycle of game servers
  • Document Server ContainersDocker images packaging a full document editing server with configurable ports, persistent storage, and authentication. **Distinct from Containerized Server Deployments:** Distinct from Containerized Server Deployments: specifically packages a document editing server, not a generic server deployment.
  • Production-Ready ConfigurationsConfigurations including resource constraints and health checks specifically for stable production environments. **Distinct from Containerized Server Deployments:** Focuses on the stability and production-readiness (resource limits, health checks) rather than just the containerization method.
  • Vulnerable Server SimulationsDeployment of intentionally flawed server instances for exploit verification and testing. **Distinct from Containerized Server Deployments:** Specifically deploys vulnerable versions of software for testing, whereas Containerized Server Deployments is a general infrastructure capability.
  • WebSocket Server DeploymentsMethods for deploying real-time communication servers using containerized environments. **Distinct from Containerized Server Deployments:** Distinct from Containerized Server Deployments: focuses specifically on WebSocket-based real-time servers.