libguestfs VS k8s-lab-terraform-libvirt

Compare libguestfs vs k8s-lab-terraform-libvirt and see what are their differences.

libguestfs

library and tools for accessing and modifying virtual machine disk images. PLEASE DO NOT USE GITHUB FOR ISSUES OR PULL REQUESTS. See the website for how to file a bug or contact us. (by libguestfs)

k8s-lab-terraform-libvirt

A Kubernetes lab environment using terraform and libvirt (by zloeber)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
libguestfs k8s-lab-terraform-libvirt
10 2
597 38
0.8% -
8.2 0.0
6 days ago almost 4 years ago
C Makefile
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

libguestfs

Posts with mentions or reviews of libguestfs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-01.
  • From xz to ibus: more questionable tarballs
    5 projects | news.ycombinator.com | 1 Apr 2024
    We started off doing this, but you end up with enormous diffs which are themselves confusing. Example, only about 5% of this change is non-generated:

    https://github.com/libguestfs/libguestfs/commit/5186251f8f68...

  • Microsoft: Windows 10 22H2 is the final version of Windows 10
    1 project | news.ycombinator.com | 27 Apr 2023
    And inside the registry. The apparently correct way to distinguish them is using the build ID:

    https://github.com/libguestfs/libguestfs/commit/824c74574893...

  • Python 3.12.0 is to remove long-deprecated items
    13 projects | news.ycombinator.com | 16 Nov 2022
  • Is chroot possible through a VM
    1 project | /r/qemu_kvm | 7 Nov 2022
    NDB works great but another option is libguestfs. https://libguestfs.org/
  • Is there any way to access the files of a Windows 10 backup from Linux?
    1 project | /r/linuxquestions | 12 Sep 2022
    Have a look here
  • How to extract a virtual disk image without mounting to filesystem.?
    1 project | /r/linuxquestions | 9 Jun 2022
    Consider using libguestfs.
  • QEMU Version 6.0.0 Released
    11 projects | news.ycombinator.com | 30 Apr 2021
    There's a lot of useful command-line tooling for KVM and QEMU-based virt. Here's a small selection of useful tools:

    virsh — This[1] is libvirt's shell interface; and gives you access to the rich set of libvirt APIs.

    virt-builder — Use this for rapidly building minimal or customized virtual machines; it's greatly flexible; check out its man page[2]. And here's[3] a quick example that connects both virt-builder and virsh together.

    virt-install — Use this if you don't like the default build of the template images from virt-builder; it lets you create "headless" servers via 'kickstart' and Linux OS trees from the command-line.

    guestfish and libguestfs suite[4] — This rich set of tools help you in a variety of use-cases: repairing your broken disk images, editing, cloning, debugging disk images, and more. It has saved my behind a lot of times.

    qemu-img[5] – This Swiss Army knife lets you powerfully manipulate disk images (QCOW2, raw, et al) offline. Example operations include: create images, backing chains, offline snapshots, disk image merging, and convert disk images from one format to another, and more.

    [1] https://libvirt.org/manpages/virsh.html

    [2] https://libguestfs.org/virt-builder.1.html

    [3] https://developer.fedoraproject.org/tools/virt-builder/about...

    [4] http://libguestfs.org/

    [5] https://qemu.readthedocs.io/en/latest/tools/qemu-img.html

  • How to use Python libraries effectively when they aren't in PyPI?
    4 projects | /r/learnpython | 14 Mar 2021
    That's a good point. As long as the project has a setup.py or pyproject.toml available, it can usually be installed from the repo. For libguestfs it looks like they do some pre-processing on their setup.py so that wouldn't work, it's lucky that they had this alternative set up already. :)
  • Probably the Simplest Way to Install Debian/Ubuntu in QEMU
    1 project | /r/qemu_kvm | 12 Jan 2021
    Nah, this virt-install preseed script is faster, or even just run virt-builder debian-10 and they're both libvirt not hacky qemu scripts

k8s-lab-terraform-libvirt

Posts with mentions or reviews of k8s-lab-terraform-libvirt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-17.
  • Free materials for CKA – Certified Kubernetes Administrator exam
    5 projects | /r/kubernetes | 17 Jan 2022
  • QEMU Version 6.0.0 Released
    11 projects | news.ycombinator.com | 30 Apr 2021
    https://blog.ruanbekker.com/blog/2020/10/08/using-the-libvir...

    I include the blog link because there is some nuance in how to get the path right for community Terraform providers that aren't in the Hashicorp registry. The documentation on the GitHub project isn't quite up to date with respect to how the latest versions of Terraform expect the plugin paths to be set up.

    I've done this pretty successfully with all the major Linux distros minus Arch, which requires some bootstrapping to get an iso that Packer can work with (no such thing as an answers file for Arch). It's not that big a deal, though. Just find some instructions on how to create and mount a cloud-init iso in addition to the installer iso and use that to add an ssh public key so you can script the installation steps externally. I actually think Packer can do this, but I just haven't gotten it to work yet and have relied on shell scripts.

    Hyper-V actually has a very comprehensive PowerShell module that is pretty well documented, by the way: https://docs.microsoft.com/en-us/powershell/module/hyper-v/?.... I've found it pretty easy to use and actually got the Arch auto-provision working on Hyper-V in Windows before I got it working in KVM in Linux.

    Another thing is you can just use the cloud images and cloud-init for bootstrapping everything pretty easily, even on-prem. cloud-init has a "no cloud" config option, as mentioned above, where you just mount an iso with the config data as a DVD drive and cloud-init will find it automatically when the distro iso boots.

    This guy has a pretty comprehensive example of how to set up a kubernetes homelab entirely using the libvirt Terraform provider from Ubuntu cloud images bootstrapped with cloud-init: https://github.com/zloeber/k8s-lab-terraform-libvirt

What are some alternatives?

When comparing libguestfs and k8s-lab-terraform-libvirt you can also consider the following projects:

guestfs-tools - Tools for accessing and modifying guest disk images

QEMU - Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website.

UTM - Virtual machines for iOS and macOS

bcc - BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more

terraform-provider-libvirt - Terraform provider to provision infrastructure with Linux's KVM using libvirt

cka-lab-practice

libguestfs-common - Common code shared between libguestfs and tools

cka-lab - This repo contains set of practice questions which will help you to get ready for the cka exam

nix-config