Bare Metal - CI/CD用語集の定義
bare metalは、間にhypervisorや仮想化レイヤーを挟まずに物理サーバー上で直接実行することを意味します。仮想化のオーバーヘッドを取り除き、CPUバウンドまたはレイテンシに敏感なCIに予測可能な性能を与えます。
関連ガイド
Virtual Machine - CI/CD Glossary DefinitionA virtual machine is a software-emulated computer that runs its own OS on shared physical hardware via a hype…
Hypervisor - CI/CD Glossary DefinitionA hypervisor is the layer that creates and runs virtual machines, partitioning one physical host into many is…