1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/modules/virt-about-virt-operator.adoc
Sabrina Jess b9be4ff09a Completely new content for CNV11810
code review edits
2022-07-28 17:15:02 +00:00

30 lines
1.0 KiB
Plaintext

// Module included in the following assemblies:
//
// * virt/virt-architecture.adoc
:_content-type: CONCEPT
[id="virt-about-virt-operator_{context}"]
= About the virt-operator
The `virt-operator` deploys, upgrades, and manages {VirtProductName} without disrupting current virtual machine (VM) workloads.
image::cnv_components_virt-operator.png[virt-operator components]
.virt-operator components
[cols="1,1"]
|===
|*Component* |*Description*
|`deployment/virt-api`
|HTTP API server that serves as the entry point for all virtualization-related flows.
|`deployment/virt-controller`
|Observes the creation of a new VM instance object and creates a corresponding pod. When the pod is scheduled on a node, `virt-controller` updates the VM with the node name.
|`daemonset/virt-handler`
|Monitors any changes to a VM and instructs `virt-launcher` to perform the required operations. This component is node-specific.
|`pod/virt-launcher`
|Contains the VM that was created by the user as implemented by `libvirt` and `qemu`.
|===