awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 Repos

Awesome GitHub RepositoriesContainer Lifecycle Signaling

Management of container startup and shutdown signals through standardized socket protocols.

Distinct from Container Lifecycle Managers: Distinct from Container Lifecycle Managers: focuses on the signaling protocol and coordination mechanism rather than the manager daemon itself.

Explore 6 awesome GitHub repositories matching devops & infrastructure · Container Lifecycle Signaling. Refine with filters or upvote what's useful.

Awesome Container Lifecycle Signaling GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • systemd/systemdAvatar von systemd

    systemd/systemd

    15,324Auf GitHub ansehen↗

    systemd is a comprehensive system and service manager for Linux that orchestrates the entire operating system lifecycle. It functions as the primary init system, managing the transition from firmware to a fully initialized user space while providing a unified framework for service orchestration, hardware management, and resource control. The project distinguishes itself through its declarative, unit-based configuration model and dynamic dependency resolution, which allow for efficient, on-demand service activation and socket-based process management. It integrates deep system observability th

    Manages container startup and shutdown signals through standardized socket protocols and signal handling.

    Ccinitlinux
    Auf GitHub ansehen↗15,324
  • agones-dev/agonesAvatar von agones-dev

    agones-dev/agones

    6,888Auf GitHub ansehen↗

    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

    Uses SDKs to communicate readiness and shutdown signals between server binaries and the controller.

    Goagonesdedicated-game-serversdedicated-gameservers
    Auf GitHub ansehen↗6,888
  • cri-o/cri-oAvatar von cri-o

    cri-o/cri-o

    5,629Auf GitHub ansehen↗

    CRI-O is an open-source container runtime that implements the Kubernetes Container Runtime Interface (CRI) to manage container images, pods, and containers on cluster nodes using OCI-compatible runtimes. It serves as a node-level container manager that handles image pulling, container lifecycle, and resource monitoring for Kubernetes clusters, running containers according to the Open Container Initiative specifications. The runtime distinguishes itself through live configuration reloading that applies changes to runtime definitions, registry mirrors, and TLS certificates without restarting th

    Sends a designated operating system signal to a container process to trigger its shutdown.

    Go
    Auf GitHub ansehen↗5,629
  • opencontainers/runtime-specAvatar von opencontainers

    opencontainers/runtime-spec

    3,641Auf GitHub ansehen↗

    The project provides an open container runtime specification and standardized schema for defining container configurations, namespaces, resource limits, security policies, and filesystem mounts across platforms. It outlines the formal configuration formats, lifecycle operations, and execution environments necessary for portable, isolated container workloads. The specification covers container lifecycle management protocols and structured rules governing container creation, execution startup, process signaling, state tracking, and resource teardown. It standardizes local bundle packaging and

    Standardizes operations and lifecycle hooks governing container creation, execution, and teardown.

    Gocontainersdockeroci
    Auf GitHub ansehen↗3,641
  • termux/proot-distroAvatar von termux

    termux/proot-distro

    2,839Auf GitHub ansehen↗

    proot-distro is a rootless container runtime and Linux distribution manager that allows users to install and run isolated guest environments without requiring administrative root privileges. It utilizes PRoot to simulate root access and filesystem redirection, enabling the deployment of full Linux distributions in a non-root space. The project functions as an OCI container image handler, capable of building, pulling, and pushing OCI-compatible images and manifests. It further serves as a cross-architecture execution layer, utilizing user-mode emulation to run binaries and containers built for

    Signals the guest process tree to terminate container sessions and prevent orphaned processes.

    Shell
    Auf GitHub ansehen↗2,839
  • containers/ramalamaAvatar von containers

    containers/ramalama

    2,605Auf GitHub ansehen↗

    Ramalama is a containerized runtime and management tool for large language models. It functions as an OCI AI model manager and registry client, allowing users to package, distribute, and execute AI models as standardized container images. The project differentiates itself by using OCI-compliant distribution for models and retrieval augmented generation assets, enabling the packaging of vector databases into immutable container images. It features hardware-aware image selection that automatically detects GPU or CPU capabilities to pull the most optimized image for the host environment. The sy

    Ollama signals the container engine to halt the execution of a specific running model or all active containers.

    Pythonaicontainerscuda
    Auf GitHub ansehen↗2,605
  1. Home
  2. DevOps & Infrastructure
  3. Container Lifecycle Managers
  4. Container Lifecycle Signaling

Unter-Tags erkunden

  • Specific Signal StopsSends a designated operating system signal to a container process to trigger its shutdown. **Distinct from Container Lifecycle Signaling:** Distinct from Container Lifecycle Signaling: focuses on sending a specific OS signal to stop a container, not the general signaling protocol.