KubeVirt
CNCF IncubatingRun virtual machines on Kubernetes with KubeVirt
Start Here: KubeVirt 101
1
Planning Your VMware to KubeVirt Migration
Plan your VMware to KubeVirt migration: assess your estate, map concepts, choose a migration path, and build a phased runbook.
1
What is KubeVirt? Running VMs on Kubernetes Explained
Learn what KubeVirt is, how it runs VMs on Kubernetes using KVM, and when to use it for legacy workloads and VMware migration.
2
Installing KubeVirt on a Kubernetes Cluster
Install KubeVirt and CDI on a Kubernetes cluster, set up virtctl, and launch your first VM in under 20 minutes.
3
Creating Your First Virtual Machine with KubeVirt
A VirtualMachine is a Kubernetes object. You write it as YAML, apply it with …
4
VM Lifecycle and SSH Access in KubeVirt
A KubeVirt VM has four lifecycle verbs: start, stop, pause, and unpause. Stop …
5
VM Networking with KubeVirt: Masquerade, DNS, and Services
Day-two networking questions for a KubeVirt VM all reduce to the same insight: a …
6
VM Storage with DataVolumes and CDI
Every VM you’ve booted so far has been ephemeral. The container disk image …