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
·

7 dépôts

Awesome GitHub RepositoriesVirtual Machine Migration

Moving virtual machine instances between physical hosts for high availability and load balancing.

Distinct from Virtual Machines: Distinct from the general implementation of Virtual Machines by focusing specifically on the migration process.

Explore 7 awesome GitHub repositories matching operating systems & systems programming · Virtual Machine Migration. Refine with filters or upvote what's useful.

Awesome Virtual Machine Migration 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.
  • orbstack/orbstackAvatar de orbstack

    orbstack/orbstack

    8,903Voir sur GitHub↗

    OrbStack is a native macOS application that replaces Docker Desktop, providing an all-in-one environment for running Docker containers, full Linux virtual machines, and local Kubernetes clusters. It runs Linux VMs directly on the macOS hypervisor framework for near-native performance, uses VirtioFS for fast bidirectional file sharing between macOS and Linux, and leverages Rosetta for near-native x86 emulation on Apple Silicon. The system assigns predictable local domain names to containers and VMs with automatic HTTPS certificate generation, forwards ports via event-driven updates, and stores

    Saves machines to compressed files for backup or transfer and restores them on other Macs.

    Shellcolimadockerdocker-desktop
    Voir sur GitHub↗8,903
  • lxc/lxdAvatar de lxc

    lxc/lxd

    5,554Voir sur 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

    Moves running virtual machines between hosts with zero downtime using stateful migration.

    Go
    Voir sur GitHub↗5,554
  • cloud-hypervisor/cloud-hypervisorAvatar de cloud-hypervisor

    cloud-hypervisor/cloud-hypervisor

    5,285Voir sur GitHub↗

    Cloud Hypervisor is a Rust-based hypervisor and KVM virtual machine monitor designed to execute 64-bit guest operating systems. It functions as a user-space virtual machine manager that employs a minimal emulation layer to reduce memory overhead and latency for cloud workloads. The project distinguishes itself through the use of a memory-safe language to implement a virtio device emulator and a user-space device model. It provides a standardized web API for managing virtual machine lifecycles and resource configurations. The platform covers broad virtualization capabilities, including the em

    Moves running virtual machines between physical hosts to ensure high availability and resource balance.

    Rustcloud-workloadskvmrust-vmm
    Voir sur GitHub↗5,285
  • harvester/harvesterAvatar de harvester

    harvester/harvester

    5,062Voir sur GitHub↗

    Harvester est une plateforme d'infrastructure hyperconvergée qui combine calcul, stockage et réseau au sein d'un système unique pour gérer des environnements virtualisés sur des serveurs bare metal. Elle fonctionne comme une plateforme de gestion de virtualisation et un gestionnaire d'hyperviseur KVM, offrant une interface centralisée pour orchestrer le cycle de vie complet des machines virtuelles. Le projet se distingue par l'intégration du stockage par blocs distribué Longhorn pour fournir un stockage redondant défini par logiciel, ainsi qu'un outil de provisionnement bare metal pour le déploiement automatisé. Cela permet l'orchestration de l'infrastructure sur des serveurs physiques via PXE, iPXE et le démarrage UEFI HTTP. Les capacités de la plateforme incluent l'orchestration de machines virtuelles avec migration à chaud et provisionnement cloud-init, ainsi que la reprise après sinistre en entreprise grâce aux snapshots et aux sauvegardes distantes. Elle couvre également la configuration réseau virtuelle pour les VLAN et les IP virtuelles, ainsi que des outils complets d'installation système pour l'assignation des rôles de nœuds et l'exécution de commandes post-installation.

    Enables moving running virtual machines between physical hosts without stopping the guest or interrupting service.

    Goharvesterkubernetesvirtualization
    Voir sur GitHub↗5,062
  • lxc/incusAvatar de lxc

    lxc/incus

    4,893Voir sur GitHub↗

    Incus is a unified orchestration platform for managing system containers, OCI application containers, and virtual machines through a single control plane. It brings together cluster infrastructure management, secure multi-tenancy, software-defined networking, and pluggable storage backend orchestration into one cohesive system exposed via a full REST API and command-line interface. What distinguishes Incus is its ability to run multiple instance types side by side—full Linux system containers, OCI application containers, and QEMU virtual machines—all managed with consistent tooling. Networkin

    Imports existing machine disks and images into the managed environment as containers or VMs.

    Gocloudcontainershacktoberfest
    Voir sur GitHub↗4,893
  • 86box/86boxAvatar de 86Box

    86Box/86Box

    4,059Voir sur GitHub↗

    86Box is a low-level x86 hardware emulator and vintage PC simulator designed to replicate early IBM PC compatibles. It provides virtualized environments for executing legacy operating systems, such as MS-DOS and early versions of Windows, by simulating processors and system designs ranging from the 8086 through the Pentium era. The project distinguishes itself through cycle-accurate processor simulation and high-fidelity hardware emulation. This includes the ability to route retro MIDI audio data to emulated hardware modules or external synthesizers to achieve authentic audio playback from le

    Allows importing existing hardware setups from other emulators to preserve virtual machine environments.

    Cemulationemulatoribm
    Voir sur GitHub↗4,059
  • nezhar/wordpress-docker-composeAvatar de nezhar

    nezhar/wordpress-docker-compose

    2,034Voir sur GitHub↗

    Ce projet fournit une stack de développement conteneurisée pour WordPress, orchestrant les services de serveur web et de base de données via un fichier de configuration unifié. Il est conçu pour établir un environnement local cohérent qui prend en charge le développement de thèmes et de plugins personnalisés en mappant les répertoires de projets locaux directement dans le système de fichiers du conteneur. L'environnement se distingue en intégrant une interface de gestion de base de données basée sur le web en tant que service sidecar, permettant l'inspection et la modification des données du site sans quitter la configuration conteneurisée. Il facilite également la migration et la restauration de sites web existants en prenant en charge l'importation du code de l'application et des dumps de base de données dans la stack locale. La stack inclut des capacités de gestion des volumes de stockage persistants pour garantir que les données restent disponibles au-delà des cycles de vie des conteneurs, ainsi qu'une prise en charge de l'exécution de tâches administratives via la ligne de commande. La configuration est gérée par des variables d'environnement, permettant des ajustements dynamiques des paramètres de connexion et des identifiants.

    Facilitates the migration of existing websites by importing application code and database dumps into the local stack.

    Shelldockerdocker-composehacktoberfest
    Voir sur GitHub↗2,034
  1. Home
  2. Operating Systems & Systems Programming
  3. Virtualization & Emulation
  4. Virtualization Platforms
  5. Virtualization Technologies
  6. Virtual Machine Migration

Explorer les sous-tags

  • Existing Machine Imports1 sous-tagCreates managed instances by copying data from existing physical or virtual machine disks or image files. **Distinct from Virtual Machine Migration:** Distinct from Virtual Machine Migration: focuses on importing existing machine images into the platform rather than moving running instances between hosts.
  • Live MigrationsMoving running virtual machines between physical hosts with zero downtime using stateful migration techniques. **Distinct from Virtual Machine Migration:** Distinct from Virtual Machine Migration: focuses on live, zero-downtime migration of running VMs, not general VM movement.