Virtual Machine - CI/CD用語集の定義
仮想マシン(VM)は、共有された物理ハードウェア上で独自のオペレーティングシステムを実行し、hypervisorによって隔離されたソフトウェアエミュレートのコンピューターです。ほとんどのクラウドCI runnerはVMです。
なぜ重要か
VMは物理サーバー全体を専有することなく各CI jobにクリーンで隔離されたOSを与えます。これがホストされたrunnerが非常に安価に起動・破棄される理由です。
関連ガイド
Hypervisor - CI/CD Glossary DefinitionA hypervisor is the layer that creates and runs virtual machines, partitioning one physical host into many is…
Bare Metal - CI/CD Glossary DefinitionBare metal is a physical server with no hypervisor layer - your workload runs directly on the hardware, tradi…
Machine Image - CI/CD Glossary DefinitionA machine image is a snapshot of a full disk - OS, packages, and config - used to boot identical instances. A…