awesome-repositories.com
Blog
awesome-repositories.com

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

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

2 Repos

Awesome GitHub RepositoriesFilesystem Synchronization

Mechanisms for sharing data between host and guest environments.

Distinguishing note: Focuses on bidirectional mounting for development workflows.

Explore 2 awesome GitHub repositories matching devops & infrastructure · Filesystem Synchronization. Refine with filters or upvote what's useful.

Awesome Filesystem Synchronization GitHub Repositories

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

    kubernetes/minikube

    31,877Auf GitHub ansehen↗

    Minikube is a command-line tool designed for local Kubernetes development, enabling users to provision and manage full-featured container clusters directly on a workstation. It serves as a local orchestrator that automates the lifecycle of isolated environments, allowing developers to start, stop, pause, and delete clusters to support testing and integration workflows. The project distinguishes itself through its flexible architecture, which supports multiple virtualization drivers and container runtimes to accommodate diverse host environments. It provides deep integration between the host a

    Enables bidirectional data synchronization by mounting local host directories into the isolated cluster environment.

    Goclustercncfcontainers
    Auf GitHub ansehen↗31,877
  • google/gvisorAvatar von google

    google/gvisor

    17,748Auf GitHub ansehen↗

    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

    Enables shared mount modes to synchronize filesystem changes between host and sandbox environments.

    Gocontainersdockerkernel
    Auf GitHub ansehen↗17,748
  1. Home
  2. DevOps & Infrastructure
  3. Filesystem Synchronization