1. NetApp Official Documentation: In the article "Containers vs. VMs: What’s the Difference?", NetApp defines a hypervisor: "A hypervisor is a software layer that is installed on top of physical hardware (a bare-metal server)... It allows a single physical server to be partitioned into multiple, isolated 'virtual machines' (VMs)." This directly confirms the hypervisor's role in abstracting bare-metal hardware for operating systems.
Source: NetApp Blog, "Containers vs. VMs: What’s the Difference?", Section: "What Is a Hypervisor?".
2. NetApp Product Documentation: The ONTAP Select product documentation specifies its deployment on bare-metal hypervisors. "You can deploy ONTAP Select on a KVM hypervisor or VMware ESXi hypervisor running on a commodity server." This illustrates the practical application of a hypervisor on bare-metal hardware.
Source: NetApp ONTAP Select Documentation, "ONTAP Select architecture and concepts", Section: "ONTAP Select architecture".
3. University Courseware: Reputable computer science programs define this concept clearly. Virtualization involves an additional layer of software, the hypervisor, that manages the hardware resources and provides an abstraction to the guest operating systems running above it.
Source: OSTEP (Operating Systems: Three Easy Pieces), University of Wisconsin-Madison, Chapter 6: "Virtualization: Introduction to Virtual Machines". The chapter describes the role of the Virtual Machine Monitor (VMM)/hypervisor in managing hardware and guest OSes.