Tag: #kubevirt
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 23 posts
KVM, cgroup, namespace, tap, netlink: The Kernel Technologies Behind KubeVirt
Describes the roles of Linux kernel technologies -- KVM, cgroup, namespace, TAP, netlink, and VFIO -- that enable KubeVirt to implement VMs on top of Pods.
2026-03-20 · 5 min read #architecture#kubevirt#linux#kvm#cgroupsWhat Do the VM, VMI, and Migration CRDs Represent?
Explains what responsibilities each of KubeVirt's core API types -- VirtualMachine, VirtualMachineInstance, and VirtualMachineInstanceMigration -- has, and why they are separated, based on the source schema.
2026-03-20 · 6 min read #architecture#kubevirt#kubernetes#virtualization#crdNVIDIA GPU Operator Complete Guide: Components, Installation, and KubeVirt GPU Passthrough
A detailed analysis of NVIDIA GPU Operator architecture and the roles of its 7 core components (Driver, Container Toolkit, Device Plugin, DCGM, MIG Manager, Node Feature Discovery, GFD), covering Helm-based installation,
2026-03-01 · 18 min read #gpu-operator#nvidia#kubernetes#kubevirt#gpu