(2 intermediate revisions by the same user not shown)
Line 116:
Line 116:
==vGPU==
==vGPU==
===Intel vGPU===
===Intel GVT-g===
See [https://kubevirt.io/2021/intel-vgpu-kubevirt.html#fedora-workstation-prep intel-vgpu-kubevirt] and [[Archwiki:Intel GVT-g]]<br>
This is deprecated. Additionally, I don't recommend this due to [https://github.com/intel/gvt-linux/issues/153 stability issues].
Note that there are currently [https://github.com/intel/gvt-linux/issues/153 some stability issues] with this.
{{hidden | Instructions |
{{hidden | Instructions |
See [https://kubevirt.io/2021/intel-vgpu-kubevirt.html#fedora-workstation-prep intel-vgpu-kubevirt] and [[Archwiki:Intel GVT-g]].
;Setup the nodes
;Setup the nodes
Run the following on each node with an Intel GPU.
Run the following on each node with an Intel GPU.
Latest revision as of 05:45, 30 December 2024
KubeVirt lets you setup and manage virtual machines on your kubernetes cluster.
Getting Started
Background
KubeVirt creates two new types of resources on your cluster: VirtualMachine (vm) and VirtualMachineInstance (vmi).
VirtualMachine defines how to create VMIs. VirtualMachineInstance represent a running virtual machine.
Similar to deployments-pods, you will typically not create VirtualMachineInstance manually.
Instead you define VirtualMachine in your manifests and control them using virtctl. Then KubeVirt will automatically create VirtualMachineInstance.