Neeraj Guptaminex.hashnode.dev·Dec 9, 2024How to Use Vagrant for Virtual Machine ManagementIn this blog, we will manage the VMs using Vagrant Disadvantages of Managing Virtual Machines Manually Time-Consuming Setup Manually creating virtual machines (VMs) involves several steps, including downloading an operating system, configuring the V...1 likevagrantfile
Ruchi Lamichhaneruchi77.hashnode.dev·Aug 6, 2024Vagrant virtualizationIntroduction In the world of software development, having a consistent and reliable environment is crucial. This is where Vagrant comes in. Vagrant is an open-source tool that helps developers create and manage virtualized environments easily. It ens...7 likesvagrant
Reza Rashidirezaduty-1685945445294.hashnode.dev·Jul 1, 2024Attacking VagrantVagrant, a tool for building and managing virtual machine environments, is widely used for development purposes. To ensure the security of Vagrant environments, one of the primary best practices is to manage and isolate environment configurations pro...1 like·129 readsDevops
Shri Harishrihari13.hashnode.dev·May 4, 2024Setting Up a Website with Vagrant and CentOSIntroduction In my learning path of DevOps, today I delved into the realm of setting up a website using Vagrant and CentOS. As the digital landscape evolves, the ability to swiftly deploy and manage development environments becomes increasingly cruci...vagrantfile
Mike Kobbie Tieku TABIkmt1.hashnode.dev·Feb 9, 2024Create and manage VirtualBox VMs with VagrantSo, what is Vagrant? Well, Vagrant is an open-source Infrastructure as Code tool developed by HashiCorp (the same creator of Terraform), mainly used for automating the creation and management of virtual machines in local development environments. Thi...162 readshashicorp
Ritik Saxenaritiksaxenaofficial.hashnode.dev·Jan 21, 2024Streamlining Webpage Deployment on Multi-VMs Using Bash ScriptsHey! 👋 Today, I'll guide you through the deployment of a static website on a Linux server using the power of Bash scripting. But, before diving in, let's ensure we have the essentials in place. Prerequisite: Install Git Install Vagrant Install Vi...2 likes·56 readsBash
Anuj Purohitanpro.hashnode.dev·Jan 19, 2024Why AWS Might Not Be the Holy Grail You ThinkIntroduction Hey code enthusiasts! 🚀 Ready to learn the spells of the virtual realm? But slow down before you hop onto the AWS rollercoaster. Picture this: it's your first day in the coding gym – you wouldn't try bench pressing a truck, right? Inste...Devops
Jatin Chourasialegiondev.hashnode.dev·Jun 8, 2023📦Vagrant: The Ultimate Guide for Developers📄#90DaysOfDevOps Here, we will discuss the basics of Vagrant and how to use it to create a development environment. We will also provide some tips on how to use Vagrant to improve your development workflow. What is Vagrant? Vagrant is the command line...vagrant
Vaishnavi Chadchankarvaishnavidevops.hashnode.dev·May 25, 2023Creation of Automated VM's using VagrantVagrant is an open-source software product for building and maintaining portable virtual software development environments; e.g. for VirtualBox, Hyper-V, Docker containers, VMware, Parallels, and AWS. Vagrant is an automation tool to manage your VM l...80 readsvirtual machine
Joseph Tankouakouamen.hashnode.dev·Apr 18, 2023Access Jenkins vagrant vm lab from hostWhen following the cloudbees jenkins administration study material, you will be required to set up your own private lab using a vagrant box. When you are doing it you migth have issue accessing the jenkins lab server hosted in the vagrant box. To fix...Jenkins