Automated virtual machine deployment with Vagrant

Поділитися
Вставка
  • Опубліковано 27 сер 2024

КОМЕНТАРІ • 67

  • @JoshuaKersey
    @JoshuaKersey 3 роки тому +7

    This was great. It covered what I needed in under a half hour. Thanks for being clear and succinct. I'll definitely be able to use Vagrant and HyperV in the way I need, and I don't think it's going to take me all week to figure it out.

    • @christianlempa
      @christianlempa  3 роки тому +1

      Thank you, glad it helped you

    • @JoshuaKersey
      @JoshuaKersey 3 роки тому

      @@christianlempa ok, using this tutorial I've been able to install an application and create my own box, however when I use that box I encounter various exception errors from gems.
      Can you do a tutorial video that shows how you create your own windows box with the hyperv provider, and then use it?

    • @TheSupergamo
      @TheSupergamo 3 роки тому

      True, one clear explaining video saves lots of time (hours/days/weeks) with trial/error from reading.

  • @swapnilsinha7649
    @swapnilsinha7649 4 роки тому +2

    Your videos are great. The quality of your work and the content feels like you are making these videos from ages.
    Your video helped me. Thanks!

  • @alexlerner8327
    @alexlerner8327 3 роки тому +2

    dude, love your education. You have a knack for explaining things in a normal logical straight forward manner. Thank you so much. If you ever decide to do a udemy course on any subject, I will buy it

  • @christiaansteenkamp5617
    @christiaansteenkamp5617 Рік тому

    Rock solid video. This sent me down a rabbit hole and try to use it with libvirt. Thanks

  • @michaeldina1103
    @michaeldina1103 4 роки тому +1

    Your channel is pretty cool dude!

  • @Mary0Kule
    @Mary0Kule 3 місяці тому

    Thank you, Christian, it was helpfull.

  • @shaidsk2578
    @shaidsk2578 3 роки тому

    Thank you sir. Vagrant have very less resources in youtube. Thank you so much sir to help 😊❤️#

  • @JohnKitterman
    @JohnKitterman 2 роки тому

    Solid video. Thanks for your time on it.

  • @silasschmidt7852
    @silasschmidt7852 4 роки тому +1

    Klasse Einführung! Mal wieder ein tolles Video, leicht erklärt und verständlich.
    Mach doch bitte noch ein Video zu Ansibile und eine kombi aus Vagrant und Ansible :P

    • @christianlempa
      @christianlempa  4 роки тому +2

      Gute Idee, das werde ich auf jeden Fall! 😉

    • @koraypinarci9686
      @koraypinarci9686 4 роки тому +1

      Auf Ansible warte ich auch schon. Das wäre echt super! Docker mit Ansible wäre auch sehr nice!

  • @TheCCBoi
    @TheCCBoi 3 роки тому

    Amazing tutorial - love the channel!

  • @david2358
    @david2358 Рік тому

    Awesome video, thank you, subscribed !!

  • @Sdirimohamedsalah
    @Sdirimohamedsalah 8 місяців тому

    How start only machines present in current vagrant file ?
    When type vagrant up it starts all machines event those in other working directory.

  • @synthmania7275
    @synthmania7275 3 роки тому

    Dankeschön mein Freund! You got yourself a subscriber

  • @Prestige5er
    @Prestige5er Рік тому

    When ever I change memory or cpus in the vagrantfile and do a vagrant reload, the machine comes up with the old number of cores and memory. What am I doing wrong? running on windows 10.

  • @herbert9039
    @herbert9039 11 місяців тому

    Thanks very cool showcase :)

  • @ytothef92
    @ytothef92 3 роки тому +1

    how do you permanently delete boxes, because the remove command does not remove it from the machine

    • @christianlempa
      @christianlempa  3 роки тому

      You can delete them with the "vagrant box remove", this should delete them. You can check with "vagrant box list" which are installed currently.

  • @user-mfsc-2024
    @user-mfsc-2024 Рік тому

    Im using vagrant with virtualbox on windows 10. Should I have to uninstall virtualbox to use win10 hyperv ?

  • @alitajvidi5610
    @alitajvidi5610 2 роки тому

    Thanks for sharing!

  • @khalidelgazzar
    @khalidelgazzar 3 роки тому +1

    Great video, thank you. Would have been a bit better without music. Thanks again

  • @caiotony2037
    @caiotony2037 Рік тому

    es war ein gut Video. Viel dank

  • @AlexRonai
    @AlexRonai 2 роки тому

    Hello I have a question concerning 'vagrant box update', I noticed that instead of really changing the version of the box I use (generic/ubuntu2004 (vmware_desktop, 4.1.0)) it create a new one. And when I vagrant up it does it on the outdated version and tells me to destroy the 4.1.0 version. But won't doing that delete all my datas from the box?
    I don't really want to reinstall every thing so I want to be sure before doing the destroy. Also since the update created a box with the same name but ending with 4.1.2 (now there's even the 4.1.4 version), will the destroy command automatically pick the most outdated version?

  • @Shubhamhirau
    @Shubhamhirau 3 роки тому

    You are Great !!

  • @TheVinss95
    @TheVinss95 2 роки тому

    thanks man you rocks !

  • @khalidelgazzar
    @khalidelgazzar 3 роки тому

    Great video, thx

  • @jaskiewicztomasz
    @jaskiewicztomasz 3 роки тому

    Could you make a video explaining container & virtualization solutions like: Docker, LXC, LXD, Vagrant, KVM, VirtualBox, etc. a how they can (or cannot) be used together? That would be great!

    • @christianlempa
      @christianlempa  3 роки тому

      Maybe this video is interesting for you: ua-cam.com/video/RAaU-Q5LN9s/v-deo.html :)

  • @freyclante1766
    @freyclante1766 Рік тому

    @Christian Lempa I have setup Hyper-V on Windows 10, But my Company VPN is not working with the network Bridge setup as described here. Do you know how to solve this? Or better yet could you make a tutorial on the subject? I've search StackOverflow, StackExchange with no luck. I've tried to change the Adapter Metrics to see if the priority somehow was the issue as I've expirienced with the WSL2 before. Also no luck. I get a connection when I disconnect from the Company VPN, but then I'm back where I started. Any suggestions are welcome. :-)

    • @christianlempa
      @christianlempa  Рік тому

      Well, that depends on what's your network setup, you should come to our Discord and ask, maybe we're able to help :)

  • @akyumurkov
    @akyumurkov 3 роки тому

    Damn useful stuff!

  • @dmitrikonnov922
    @dmitrikonnov922 Рік тому

    Dini churz guidlines si eifach mega.

  • @casperghst42
    @casperghst42 Рік тому

    Sadly the support for kvm is very basic (no support for resizing of the disk image and the default is 150GB). Otherwise a very cool tool.

  • @vandanachavana7151
    @vandanachavana7151 Рік тому

    Good info Chris, have you ever tried vmware provider with vagrant on WSL?

  • @massiccreation2981
    @massiccreation2981 3 роки тому

    Nice Video

  • @JuanaMeloUnicEducation
    @JuanaMeloUnicEducation 3 роки тому

    I assume to use this with proxmox it will be required create a custom provider , right? I also would appreciate if you create some more videos on vagrant maybe exploring docker. :)

    • @christianlempa
      @christianlempa  3 роки тому +1

      Thank you! Vagrant with Docker is an awesome suggestion, I will look into that :)

  • @NetScalerTrainer
    @NetScalerTrainer 8 місяців тому

    Templates???

  • @simonlock9718
    @simonlock9718 3 роки тому

    Great video. is it possible to create hyperv vms running on windows 10 from vagrant running on a different networked Linux box? Not from WSL?

    • @christianlempa
      @christianlempa  3 роки тому

      Thanks, no I think thats not possible, because vagrant somehow needs to communicate with the hypervisor

  • @sveu3pm
    @sveu3pm 4 місяці тому

    whats the point of having vm without shared folder? to look at it?

  • @bharathamaamallan5373
    @bharathamaamallan5373 11 місяців тому

    👍

  • @surisurendrababu
    @surisurendrababu 3 роки тому

    cloud you sugegst me any Opensource VDI

    • @christianlempa
      @christianlempa  3 роки тому +1

      I don't use it myself unfortunately. So I can't make a good recommendation on VDIs sorry

    • @Glatze603
      @Glatze603 3 роки тому

      Take a look at kasmweb

  • @elmassiraelmassira
    @elmassiraelmassira Рік тому

    development not deployment

  • @Gilgwathir
    @Gilgwathir Рік тому

    Why isn't "up" a TLD yet? The domain "vagrant.up" would have been such a nice vanity domain.