Harvester (HCI)

From Wikipedia, the free encyclopedia
Harvester
Initial releaseSeptember 30, 2020 (2020-09-30)[1]
Stable release
1.3.0 / March 15, 2024 (2024-03-15)
Repositorygithub.com/harvester/harvester
Written inGo
LicenseApache-2.0 license
Websiteharvesterhci.io Edit this on Wikidata

Harvester is a cloud native hyper-converged infrastructure (HCI) open source software. Harvester was announced in 2020 by SUSE.[2][3][4]

On 1 December 2020, SUSE acquired Rancher Labs[5] who makes a product called Rancher that manages kubernetes clusters. As of v0.3.0 rancher supports integration with harvester to provide a "single pane of glass" (central web GUI) to manage both your infrastructure and workloads.

Harvester Overview[edit]

Architecture[edit]

Bare Metal[edit]

Harvester is a type 1 hypervisor designed to be deployed on bare metal servers. It can be manually installed using a ISO disk or USB install, or installed over the network via a PXE Boot server such as IPXE.

OS[edit]

Harvester uses the Elemental Toolkit to create a minimal cloud-init version of SUSE Linux Enterprise Micro 5.3 to provide an immutable Linux distribution to remove as much OS maintenance as possible.

Virtualization[edit]

Kubevirt is used on top of kubernetes to provide virtualization support. This allows harvester to run virtual machines as a kubernetes workload. Harvester provides most basic features provided by other hypervisors such as ESXi, Proxmox VE and XCP-NG / Citrix XenServer. As of v1.1.0 PCI Device passing is supported as an experimental feature, allowing PCI devices on the hypervisor host to be passed directly to a VM. Devices not in use directly by the hypervisor can be used. This is useful for passing a GPU for GPU-Accelerated Computing[6] or NVMe storage for IOPS sensitive use cases like databases.

See also[edit]

References[edit]

  1. ^ github.com/harvester/harvester/releases/tag/v0.0.1
  2. ^ December 16, 2020, suse.com: Announcing Harvester: Open Source Hyperconverged Infrastructure (HCI) Software, backup
  3. ^ 9 Jul 2022, theregister.com: Broadcom's VMware buy got you worried? Give these 5 FOSS hypervisors a spin. These suggestions are like our principles. If you don't like 'em ... we have others Quote: "...A relative newcomer to the virtualization game, SUSE is best known for its enterprise Linux operating system. However, the company recently launched its open source Harvester hyperconverged infrastructure platform...Harvester is based on Linux and uses the Kubernetes Kubevirt virtualization stack as opposed to KVM or Xen, and the storage system is built on top of the Longhorn block-storage framework...Harvester is offered at no cost under an Apache 2.0 license. For users that want or need additional support, SUSE does offer a subscription support service, but doesn't publicly disclose pricing...", backup
  4. ^ Oct. 12, 2021, zdnet.com: SUSE Harvester: Deploying virtual machines with Kubernetes Quote: "...For those of you who haven't met it yet, Harvester is a modern Hyperconverged infrastructure (HCI) solution. It's built for bare metal servers using enterprise-grade open source technologies including Kubernetes; Kubevirt, a virtualization Application Programming Interface (API) for Kubernetes; and Longhorn, distributed block storage for Kubernetes...", backup
  5. ^ "SUSE completes Rancher Labs acquisition". Suse.com. Dec 1, 2020.
  6. ^ Rouse, Margaret (2022-06-28). "GPU-Accelerated Computing".

External links[edit]