Which component in OpenShift 4.14 manages the creation and deletion of compute machines (VMs or physical servers) on cloud providers or bare metal?
The Machine API Operator provisions and manages compute nodes via the Machine API.
Why this answer
The Machine API Operator manages the underlying compute infrastructure using Custom Resources such as Machines and MachineSets.