awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesHypervisor Deployment Targets

Support for deploying specialized machine images across diverse virtualization platforms.

Distinct from Multi-Platform Deployments: Existing candidates focus on cloud-native platforms (Vercel/AWS) or specific certificate deployments, not general hypervisor target support.

Explore 3 awesome GitHub repositories matching devops & infrastructure · Hypervisor Deployment Targets. Refine with filters or upvote what's useful.

Awesome Hypervisor Deployment Targets GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • includeos/includeosincludeos 的头像

    includeos/IncludeOS

    5,239在 GitHub 上查看↗

    IncludeOS is a unikernel operating system that bundles application code with only the necessary kernel drivers into a single bootable image. It functions as a resource-efficient cloud service virtual machine and a lightweight serverless runtime environment designed to minimize memory footprints and boot times. The project provides a Linux compatibility layer via a C library, allowing applications written for Linux to be compiled and executed within the unikernel environment. It also serves as a network appliance framework for building high-performance firewalls and load balancers using config

    Runs as a specialized image across various hypervisors including KVM, Qemu, VirtualBox, and VMware ESXi.

    C++cppoperating-systemunikernel
    在 GitHub 上查看↗5,239
  • cloudius-systems/osvcloudius-systems 的头像

    cloudius-systems/osv

    4,253在 GitHub 上查看↗

    OSV 是一个 unikernel 操作系统和云原生执行环境,旨在作为安全微型虚拟机 (microVM) 在 KVM、Firecracker、Xen 和 VMware 等虚拟机管理程序上运行。它是一个与 Linux 二进制兼容的运行时,允许未经修改的 Linux 二进制文件作为安全微型虚拟机执行,而无需重新编译。 该项目通过将应用程序打包成最小化的可启动镜像以及提供虚拟机管理 API 而脱颖而出。此 REST 接口支持远程监控系统健康状况、管理执行跟踪以及控制客户虚拟机状态。 该系统涵盖了广泛的底层功能,包括对称多处理调度、基于通道的网络栈和虚拟设备集成。它包括用于内存泄漏检测、CPU 使用率采样和网络数据包跟踪的全面可观测性工具,以及对各种启动文件系统和持久块存储管理的支持。

    Ensures the unikernel can be deployed as a secure microVM on KVM and MSHV hypervisors.

    C
    在 GitHub 上查看↗4,253
  • unikraft/unikraftunikraft 的头像

    unikraft/unikraft

    3,733在 GitHub 上查看↗

    Unikraft is a modular library operating system and unikernel framework designed to compile applications into minimal, bootable virtual machine images. It serves as an OCI-compliant image builder and a cloud-native hypervisor target, enabling the creation of specialized runtimes that include only the specific drivers and libraries required by a single application. The system features a Linux compatibility layer that maps standard API calls and POSIX standards to unikernel libraries, allowing unmodified binaries to run without a full general-purpose kernel. It distinguishes itself by allowing c

    Compiles specialized bootable images tailored for specific virtualization platforms and hardware architectures.

    Capplicationcloudcloud-native
    在 GitHub 上查看↗3,733
  1. Home
  2. DevOps & Infrastructure
  3. Hypervisor Deployment Targets