Tags
Language
Tags
January 2025
Su Mo Tu We Th Fr Sa
29 30 31 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Vagrant - A hands-on course

Posted By: lucky_aut
Vagrant - A hands-on course

Vagrant - A hands-on course
Last updated 2023-01-30
Duration: 02:02:32 | .MP4 1280x720, 30 fps(r) | AAC, 44100 Hz, 2ch | 806 MB
Genre: eLearning | Language: English [Auto]

Use Vagrant to spin Virtual Machines, write Vagrantfiles and understand usage of Vagrant boxes and plugins
What you'll learn
Understand the usage of Vagrant
Install Vagrant on Linux, Windows or MAC
Spin up single or multiple virtual machines with Vagrant with multiple hypervisors
Use Vagrant boxes and plugins
Push Vagrant boxes
Write Vagrantfiles
Share Vagrantfiles on Git
Requirements
No programming experience required
Begineer level understanding of computing required
Description
Welcome to this hands-on course on Vagrant!!

Suited for :
DevOps Engineers
Computing Professionals
Computer science students
Technocrats

A complete hands-on course on Vagrant
Follow along – Set up your system and finish the exercises

After this course you would understand

Concepts related to Virtualization
What is Vagrant
What are various components of Vagrant
Vagrant workflow
Impact of Vagrant
Concepts related to VM management

You would be able to

Spin up a VM with VirtualBox
Download and Install VirtualBox and Vagrant
Write Vagrantfile for single and multiple VMs
Manage VMs using Vagrant

What is Vagrant?

Vagrant solves the problem of inconsistent development environments.
When different team members are working on a project, they may be using different operating systems, software versions, and configurations. This can lead to compatibility issues and make it difficult to reproduce bugs and test new features.
Vagrant addresses this issue by providing a way to create and manage virtual development environments that are identical for all team members. This eliminates compatibility issues and makes it easy to reproduce bugs and test new features.
Vagrant also simplifies the process of setting up new development environments, which can be time-consuming and error-prone when done manually.
By using Vagrant, developers can quickly spin up a new development environment with the necessary software and dependencies already configured, streamlining the development process.

Who this course is for:
Systems Engineers and professional who want to learn more about DevOps tools
Systems Engineer working in Virtualized environments

More Info