$ kubectl create -f vmi.yaml
$ kubectl get vmis
$ kubectl delete vmis testvmi
Using KubeVirt should be fairly natural if you are used to working with Kubernetes.
The primary way of using KubeVirt is by working with the KubeVirt kinds in the Kubernetes API:
$ kubectl create -f vmi.yaml
$ kubectl get vmis
$ kubectl delete vmis testvmi
The following pages describe how to use and discover the API, manage, and access virtual machines.