VM Setup Made EASY For Your Homelab

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

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

  • @thedevtoss
    @thedevtoss  Месяц назад

    Have you ever used Cloud Init images with your homelabs already? Tell me about your experience!
    Join the Discord server - discord.gg/gCkMThyn

    • @larseissink99
      @larseissink99 Месяц назад

      Yeah! Cloud-Init for the base stuff, root keys, networking (!). Ansible for the final configuration :)

    • @thedevtoss
      @thedevtoss  Месяц назад

      Pretty good, I'd say! I should definitely cover working with Ansible as well.

    • @sebastiankutter3630
      @sebastiankutter3630 Месяц назад

      When using red hat based Cloud images and installing docker on these VM's, the docker socket crashes every once in a while. Does anyone have a solution for this? I think it's the cloud-init network configuration which breaks it.

    • @thedevtoss
      @thedevtoss  Месяц назад

      I haven't run in any issues while running docker in a cloud image, but if you're able to tell which version of the image you're running I could test it out on my instance

    • @themrchef1
      @themrchef1 Месяц назад

      @@sebastiankutter3630 I would do this via ansible so i can decide if I need podman or docker. But I create a template vm via cloud-init, packer and then terraform (bpg terraform provider) to IaC the configuration.

  • @AT-hh4db
    @AT-hh4db 29 дней назад

    Really neat explanation! Subscribed

  • @Hazmatguy117
    @Hazmatguy117 17 часов назад

    Don’t tell me what to do, but also… ok, I’ll do it.

  • @eelrepus
    @eelrepus 9 часов назад

    LVM only ? how about ZFS ?

    • @thedevtoss
      @thedevtoss  5 часов назад

      If you're just starting out, chances are you only have 1 drive and ZFS is mostly used with RAIDs, definitely not required for a person who saw proxmox for the first time, but I agree, if you have multiple drives and valuable information, better to go with ZFS

  • @nathansamuel8953
    @nathansamuel8953 Месяц назад +1

    thank you! this is very helpful!

  • @LanCave
    @LanCave Месяц назад +1

    Thank you!

  • @BandanazX
    @BandanazX Месяц назад

    The absolute state...
    Learn a bunch of command line crap only to ultimately use the GUI to finish the provisioning. That's a big fat fail.

    • @thedevtoss
      @thedevtoss  Месяц назад +2

      Well, point is you need to do all of that only once, then you simply clone the template and you have your VM ready without any configuration done again