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

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

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

3 个仓库

Awesome GitHub RepositoriesVirtualization Management

Utilities for configuring and optimizing virtual machine resources such as CPU, memory, and storage.

Distinguishing note: None of the provided candidates were relevant; this category focuses on the resource allocation and tuning of virtualized infrastructure.

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

Awesome Virtualization Management GitHub Repositories

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

    abiosoft/colima

    29,324在 GitHub 上查看↗

    Colima is a command-line utility that provides lightweight container runtimes and local Kubernetes orchestration by managing isolated virtual machine environments. It functions as a virtualization manager that abstracts the underlying container engine, allowing users to run containerized applications and system workloads on non-native operating systems without the overhead of heavy desktop software. The project distinguishes itself through its support for hardware-accelerated workloads, enabling direct GPU passthrough to virtual machines for high-performance machine learning tasks. It offers

    Adjusts CPU, memory, and disk capacity for virtual machines to ensure optimal performance for containerized applications.

    Gocontainerdcontainerd-composecontainers
    在 GitHub 上查看↗29,324
  • moby/hyperkitmoby 的头像

    moby/hyperkit

    3,720在 GitHub 上查看↗

    Hyperkit is a userspace virtual machine monitor and a development toolkit for building custom hypervisors. It provides primitives for embedding virtualization and hardware emulation capabilities directly into applications to execute guest operating systems within a userspace environment. The project features a guest operating system bootstrapping tool that loads kernels and initializes CPU states without relying on traditional firmware. It includes a hardware emulation library to create virtualized storage, serial ports, and networking components for guest system access. The system covers vi

    Controls performance by pinning virtual CPUs to specific host cores and managing thread yielding.

    C
    在 GitHub 上查看↗3,720
  • apache/cloudstackapache 的头像

    apache/cloudstack

    2,799在 GitHub 上查看↗

    CloudStack is an infrastructure-as-a-service orchestration engine designed to automate the deployment and lifecycle of computing, storage, and networking resources within a software-defined data center. It serves as a management layer for provisioning private clouds and managing the delivery of virtual machines and persistent storage across virtualized physical infrastructure. The platform features a multi-hypervisor orchestrator that utilizes a hypervisor-agnostic abstraction layer to control diverse virtualization technologies through a unified set of standardized API calls. It further prov

    Orchestrates compute, storage, and networking resources through a unified management layer across multiple hypervisors.

    Javacloudcloudstackiaas
    在 GitHub 上查看↗2,799
  1. Home
  2. DevOps & Infrastructure
  3. Virtualization Management

探索子标签

  • vCPU Pinning and SchedulingTechniques for mapping virtual CPUs to physical cores and managing thread execution to optimize performance. **Distinct from Virtualization Management:** Focuses specifically on CPU affinity and scheduling rather than general infrastructure resource optimization.