Best Virtualization Projects in 2024 for the Home Lab

Поделиться
HTML-код
  • Опубликовано: 9 фев 2025

Комментарии • 27

  • @alphabanks
    @alphabanks 11 месяцев назад +6

    This was a fantastic video it amazes me how many people don't tap into nested virualization.

  • @WoodUCreate
    @WoodUCreate 10 месяцев назад +1

    I would love to see a series on several of these projects. Integrating clouds into the Virtual system, HCI, HA, so many projects would make a great learning series.

  • @nsxtogo6044
    @nsxtogo6044 11 месяцев назад +1

    Great valuable Video, I wounder if you can make a Learning Video Series where we can setup and learn all of the Technologies you've mentioned, I guess that would be an awesome learning experience. Thank you very much.

    • @VirtualizationHowto
      @VirtualizationHowto  11 месяцев назад

      @nsxtogo6044 Thank you for the comment! Glad you enjoyed the video. This might definitely be a good spring board for a series of videos on the various topics and deep dive into those for sure. Be sure to join up on the forums if you need help with any of your home lab projects: www.virtualizationhowto.com/community

  • @crisvalerio9976
    @crisvalerio9976 6 месяцев назад

    Thanks so much for making this channel and for the content that you produce!. 🙌🏻

  • @tommsla123
    @tommsla123 11 месяцев назад +4

    Great video. I want to have a tutorial about Proxmox SDN

  • @casey1027
    @casey1027 11 месяцев назад +1

    I would like a tutorial on Proxmox clustering using NFS instead of ceph.

  • @lifefromscratch2818
    @lifefromscratch2818 11 месяцев назад

    Nested virtualization is fascinating. My current project is setting up a new machine to do everything my current machine does and more. Then my current machine is going to get set up remotely. For that I'm going to have to learn VPN's and stuff to be able to manage it at the remote location without the freedom to monkey with the network it's on. I'm also really interested in what XCP-NG has to offer, but there just aren't enough guides on it for a noob like me to venture away from PVE.

  • @JamesGreen-gv4yn
    @JamesGreen-gv4yn 11 месяцев назад

    The mention of Docker was interesting, in that you did not mention Kubernetes (aka k8s). Along the lines of moving to small "containers", you also missed mentioning LXC containers. Looking at many of the applications running in VMs, it surprised me how many live nicely in a much smaller and less resource intense LXC container. Without the added complexity of yet another layer (Docker or Kubernetes) of complexity.

  • @gowinfanless
    @gowinfanless 11 месяцев назад

    HBi Brandon,it's a pity we din't the the Gowin 1U Server on time for this video.I will prepare a new version for you.

  • @osaether
    @osaether 11 месяцев назад +1

    Great video! Thanks!

  • @syedhammadahmed5235
    @syedhammadahmed5235 8 месяцев назад

    Hello tell me the which hypervisor is best microstack use as a hypervisor or proxmox which one best for failover and high availability aur production

  • @levskilevov4888
    @levskilevov4888 11 месяцев назад +1

    I want to have a tutorial about Proxmox SDN🙂

    • @VirtualizationHowto
      @VirtualizationHowto  11 месяцев назад +1

      @levskilevov4888 thank you for the comment! Definitely have this one on the list :) In the meantime, be sure to check out the forums to ask any questions you may have about Proxmox, etc: www.virtualizationhowto.com/community

  • @shephusted2714
    @shephusted2714 11 месяцев назад +1

    I was hoping to see some best of breed open source apps in action here or best vmware alternatives covered a bunch more - maybe you can have a pt2 with more concrete examples that are relevant for smb mkt - they need help after vmware plus unraid debacles - ha pihole with recursive dns and ptr records, dual nas with fast networking and some qemu hanging off or ha opnsense would be nice ones to look at

  • @nssk
    @nssk 11 месяцев назад

    Great video. My area has moved to Nutanix. What are your thoughts? I recall in another video you talked about taking a look at other products.

    • @VirtualizationHowto
      @VirtualizationHowto  11 месяцев назад

      @nssk thank you for the comment! I think Nutanix is a great solution as well. Check out my post here covering Nutanix for the home lab: www.virtualizationhowto.com/2024/01/nutanix-community-edition-for-home-lab/. Also, let me know if you have any questions...hit me up on the forums: www.virtualizationhowto.com/community

  • @razredge68
    @razredge68 11 месяцев назад

    Not sure if something was up with the microphone but I kept hearing a very high pitch sound when you were speaking.

  • @krishnachaitanya4822
    @krishnachaitanya4822 11 месяцев назад

    How about LXD/Incus?

  • @gansmaier3994
    @gansmaier3994 11 месяцев назад

    I found out MS hyper V works great for me. Using Windows vms for different maschine automation software environments 👍 it's really fast and efficient in comparison to a VM Ware machine

    • @gansmaier3994
      @gansmaier3994 11 месяцев назад

      Now watching your video I will try a docker host in a hyper v VM

  • @YannMetalhead
    @YannMetalhead 8 месяцев назад +1

    Good projects!

  • @michaelosmolski
    @michaelosmolski 11 месяцев назад

    I dabbled in nested virtualisation by trying to run ESXi 8 vGPU under UNRAID/PROXMOX KVM. Whilst single GPU passthrough worked OK, VGPU was a completely different story. If anyone has managed to run an L1 ESXi 8 and a vGPU profile allocated to a VM all running on a L0 KVM, then please let me know how.

  • @MMWielebny
    @MMWielebny 11 месяцев назад

    This are not that new concepts. Nested virt is at least 12 years old and available on Linux. HCI similar manner but it is popular only on some cases. SDN is much more complicated concept. The standard network virtualization is not SDN. SDN requires programable switches either in openflow or ovsdb (ovn supports ovsdb). It removes controll plane from switch and program it via mentioned protocols. It can use overlay networks like vxlan or geneve. Proxmox supports ovn :).
    My this year projects include RoCE v1 and v2 also in manner of KVM support (qemu-roce interface). Wireguard with dynamic routing (I have 2 wireguard gateways but I plan to have two more with dynamic IP and I want to optimize my traffic). Also I heard that wireguard might be implemented in SDN as now some Controllers like ovn uses ipsec if you want to encrypt network traffic.