awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesUserspace Kernels

Implementations 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.

Explore 1 awesome GitHub repository matching devops & infrastructure · Userspace Kernels. Refine with filters or upvote what's useful.

Awesome Userspace Kernels GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • google/gvisorAvatar de google

    google/gvisor

    17,748Voir sur 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
    Voir sur GitHub↗17,748
  1. Home
  2. DevOps & Infrastructure
  3. Kernel Isolation Primitives
  4. Userspace Kernels