Uloma Chibueze-ocheohauloma.hashnode.net·Mar 2, 2021Beginners guide on how to install and get vagrant up and runningIf you are starting out newly in Cloud computing, SRE/Devops, you will likely come across Vagrant. This article is focused on providing a simple and practical guide to beginners on what vagrant is. What is Vagrant ? Vagrant is an open source software...Discuss·29 likes·81 readsvagrant
AJajbot.hashnode.net·Mar 9, 2021This is a Reminder that Vagrant is still AmazingFor those of you who have been working with cloud technologies and haven't concerned yourself with local VMs, good for you. However, there are still times that you need to test something quickly and locally, and having a local VM is sometimes the bes...Discuss·23 likes·375 readsvagrant
Ashutosh Kumar Sinhaaksinha.hashnode.net·Dec 31, 2020How To - VagrantWebsite: https://www.vagrantup.com Vagrant Documentation: https://www.vagrantup.com/docs Pre-requisite We need a hypervisor installed on the machine where we want to install Vagrant. We will be using Virtualbox but you can use VMWare or any other pr...Discuss·10 likesmacOS
Ugo Charles Eugeneeaglecharles.hashnode.net·Apr 25, 2023Vagrant Uncovered: Simplify Your Development Workflow with EaseWhat is Vagrant? Vagrant is a tool that helps developers set up virtual machines quickly and easily. A virtual machine is like a computer within a computer. It's a software-based version of a computer that can run its own operating system and applica...Discuss·1 likevagrant
Joseph Tankouakouamen.hashnode.net·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...DiscussJenkins
Fridahfridah.hashnode.net·Mar 11, 2023How To Install And Use Vagrant With Ubuntu 20.04VAGRANT Vagrant is a tool that helps computer programmers create special virtual environments on their computers to work on their projects. These environments have all the necessary software, tools, and settings needed to work on the project. Vagrant...Discuss·26 readsvagrant
Prahlad Inalaprahladinala.hashnode.net·Mar 4, 2023Complete Guide to VagrantWhat is Vagrant Vagrant is a command-line tool used for managing and building virtual machine environments in a single workflow. It is designed to make it easy to create and configure virtual machines, which can be used to develop and test software a...Discuss·58 readsDevOpsvagrant
Know Cloud Communityamit47.hashnode.net·Mar 3, 2023Automated : Ubuntu VM Setup on Virtual Box using Vagrant CloudPrerequisites: Oracle VM Box Installed on the System Git Bash terminal Installed on the System In this article, we will see how to set up an Ubuntu VM on Virtual Box Using Vagrant Cloud. Create a specific directory for vagrant VM in a specific l...Discuss·1 like·37 readsDevOpsLinux
Vu Daovumdao.hashnode.net·Feb 23, 2023Launch A Multi-node Kubernetes Cluster Using Vagrant And KVMWhat’s In This Document Create Vagrantfile Bootstrap script for master and worker nodes Bootstrap a Kubernetes cluster using Kubeadm Join nodes to Kubernetes cluster Vagrant up and check result 🚀 Create Vagrantfile Following is to create 1 m...DiscussDevops
Raj Panchalrajpanchal.hashnode.net·Jan 27, 2023DevOps 105: Getting Started with VagrantAs a DevOps professional, it's essential to have the right tools and technologies in place to manage your infrastructure and applications. One such tool that is becoming increasingly popular among DevOps teams is Vagrant. Vagrant is a powerful tool f...DiscussDevOpsDevops
Sagar Radadiyasagarradadiya.hashnode.net·Jan 9, 2023AWS | Chef | VagrantLet's start with your journey on pull model Chef !! How to create a server on aws cloud? Instance = server SSH = LInux to linux HTTP = we can access web server from internet 1) Create an Aws account and login 2) Install git on your laptop 3) Create e...Discusschef
Mainak Sikdarmainaksikdar.hashnode.net·Nov 3, 2022Journey of DevOps | VagrantIntroduction In this article, let's understand "Vagrant" and its significance along with the key concepts around it. Necessity of Vagrant Precisely, Vagrant is a command line tool to create and manage VMs. If we wish to provision VMs, we usually use...Discuss·29 readsvagrantworkflow
Abhyuday SinhaforAbhyuday Sinha's DevOps Learninglearningdevops.hashnode.net·Nov 1, 2022Chapter -3 | About Vagrant Installation and Setup & Vagrant Cheat SheetWhat is Vagrant? Vagrant is a tool for building and managing virtual machine environments in a single workflow. It makes life easier by lowering development environment setup time and increasing productivity. Vagrant is the command line utility for...Discuss·71 readsvagrant