awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

Awesome GitHub RepositoriesKernel Isolation Primitives

System-level features like namespaces and control groups for process isolation.

Distinguishing note: Focuses on the underlying kernel mechanisms for container security.

Explore 5 awesome GitHub repositories matching devops & infrastructure · Kernel Isolation Primitives. Refine with filters or upvote what's useful.

Awesome Kernel Isolation Primitives GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • docker/composeالصورة الرمزية لـ docker

    docker/compose

    37,588عرض على GitHub↗

    Docker Compose is a tool for defining and running multi-container applications through declarative configuration files. It functions as an application lifecycle manager, coordinating the startup, shutdown, and scaling of interconnected services within isolated environments. By using a standardized configuration format, it enables infrastructure as code, allowing developers to manage complex application stacks and their dependencies in a single, repeatable file. The project distinguishes itself by integrating directly with the broader Docker platform, leveraging a client-server architecture wh

    Leverages kernel namespaces and control groups to enforce resource constraints and process isolation.

    Godockerdocker-composego
    عرض على GitHub↗37,588
  • google/gvisorالصورة الرمزية لـ google

    google/gvisor

    17,748عرض على GitHub↗

    This project is a secure container runtime that provides strong isolation for application workloads by implementing a userspace kernel. By intercepting system calls and executing them within a memory-safe, restricted environment, it minimizes the attack surface exposed to the host kernel. It functions as a drop-in engine for standard container orchestration platforms, ensuring compatibility with industry-standard runtime specifications while maintaining a hardened execution boundary. The runtime distinguishes itself through its ability to virtualize core system resources, including an indepen

    Implements a userspace kernel to intercept system calls and isolate application workloads from the host kernel.

    Gocontainersdockerkernel
    عرض على GitHub↗17,748
  • hashicorp/nomadالصورة الرمزية لـ hashicorp

    hashicorp/nomad

    16,211عرض على GitHub↗

    Nomad is a distributed workload orchestrator and infrastructure automation platform designed to manage the lifecycle of applications across large-scale, heterogeneous environments. It functions as a multi-cloud orchestration engine, providing a unified control plane to deploy, scale, and govern containers, virtual machines, and legacy applications. By utilizing declarative job specifications, the system ensures infrastructure convergence and maintains the desired state across distributed data centers and geographic regions. The platform distinguishes itself through a flexible, plugin-based ar

    Restricts process access to system resources using kernel namespaces and control groups.

    Go
    عرض على GitHub↗16,211
  • systemd/systemdالصورة الرمزية لـ systemd

    systemd/systemd

    15,324عرض على GitHub↗

    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

    Uses kernel-level isolation primitives to create secure, resource-constrained environments for running services and virtualized applications.

    Ccinitlinux
    عرض على GitHub↗15,324
  • lxc/lxdالصورة الرمزية لـ lxc

    lxc/lxd

    5,554عرض على GitHub↗

    LXD is a unified platform for managing both system containers and virtual machines through a single REST API and command-line interface. It provides a programmatic HTTP interface for controlling the full lifecycle of instances, enabling automation and integration with external tools. The system runs unprivileged containers with per-instance UID/GID mappings, seccomp filters, and AppArmor profiles for kernel-level isolation, while supporting multiple storage backends including directory, Btrfs, LVM, ZFS, Ceph, LINSTOR, and TrueNAS through a unified driver interface. The platform distinguishes

    Uses kernel namespaces, cgroups, and seccomp to isolate containers and VMs from the host.

    Go
    عرض على GitHub↗5,554
  1. Home
  2. DevOps & Infrastructure
  3. Kernel Isolation Primitives

استكشف الوسوم الفرعية

  • Userspace KernelsImplementations of kernel interfaces running in userspace to isolate application workloads. **Distinct from Kernel Isolation Primitives:** Distinct from Kernel Isolation Primitives: focuses on the userspace reimplementation of the kernel interface itself, not just the primitives used for isolation.