Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 938 Bytes

glossary.md

File metadata and controls

24 lines (18 loc) · 938 Bytes

KubeVirt Glossary

VM

See VM Definition

TPR

Abbreviation for Kuberenetes Third Party Resource.

Third Party Resource

Kubernetes has an extensible API which allows extending its REST-API. Resources using this extension mechanism are called Third Party Resource. See extensible-api for more information.

VM Spec

Descrition of a VM on the cluster level. This is part of the VM Definition, but contains purely VM related information (Devices, Disks, Networks, ...)

VM Definition

The whole definition of the VM how cluster-wide. Including Kubernetes Metadata, ... The VM Spec is part of it.

Domain

Libvirt domain. virt-handler can derive a Domain XML out of a VM Spec. This is the host centric view of the cluster wide VM Spec.