From 267fa04d74554bc2db3fbbcb08e5d597cb8a896d Mon Sep 17 00:00:00 2001 From: Andrew Gracey Date: Mon, 15 Apr 2024 10:09:51 -0700 Subject: [PATCH] KubeVirt overview text (#150) * initial addition * Update asciidoc/components/virtualization.adoc Co-authored-by: Atanas Dinov --------- Co-authored-by: Atanas Dinov --- asciidoc/components/virtualization.adoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/asciidoc/components/virtualization.adoc b/asciidoc/components/virtualization.adoc index 84309bd5..03f84351 100644 --- a/asciidoc/components/virtualization.adoc +++ b/asciidoc/components/virtualization.adoc @@ -26,7 +26,12 @@ This guide initially explains how to deploy the additional virtualization compon == KubeVirt Overview -TODO Write +KubeVirt allows for managing Virtual Machines with Kubernetes alongside the rest of your containerized workloads. It does this by running the user space portion of the Linux virtualization stack in a container. This minimizes the requirements on the host system allowing for easier setup and management. + +[Note] +==== +Details about KubeVirt's architecture can be found in link:https://kubevirt.io/user-guide/architecture/[the upstream documentation.] +==== == Prerequisites