Add Usage Examples sections. Create KubeVirt Architecture section. Fix minor editorial issues. Fix grammar and formatting issues. Story: 2010931 Task: 50286 Change-Id: I6118d0af848d07f3764eeae5ea8467864c65fceb Signed-off-by: Elisamara Aoki Goncalves <elisamaraaoki.goncalves@windriver.com>
1.3 KiB
KubeVirt Introduction
The KubeVirt system application in StarlingX includes: KubeVirt, Containerized Data Importer (), and the Virtctl client tool.
KubeVirt is an open source project that allows to be run and managed as pods inside a Kubernetes cluster. This is a particularly important innovation as traditional workloads can be moved into Kubernetes alongside already containerized workloads, thereby taking advantage of Kubernetes as an orchestration engine. Specifically, KubeVirt workloads and containerized workloads can exist on the same node/host; an advantage over the OpenStack solution in where workloads can exist on same system/cluster but not on the same node/host.
The is an open source project that provides facilities for enabling to be used as disks for KubeVirt by way of DataVolumes.
The Virtctl client tool is an open source tool distributed with KubeVirt and required to use advanced features such as serial and graphical console access. It also provides convenience commands for starting/stopping , live migrating , canceling live migrations and uploading disk images.
See https://kubevirt.io/user-guide for more details.