Aryan Guptaaryangupta0077.hashnode.dev·Sep 7, 2024Deploying a Scalable MERN Stack Application Using Multi-VM Setup with VagrantAs applications scale, so does the need for a reliable and scalable deployment environment. In this blog, I'll guide you through deploying a MERN (MongoDB, Express, React, Node.js) stack application using a multi-VM setup with Vagrant. This approach ...DiscussMERN Stack
Aryan Guptaaryangupta0077.hashnode.dev·Sep 5, 2024Setting Up Multi-VMs in VagrantContent Introduction Multi-VM setup in Vagrant Sample Use Case for Multi-VM Setup Setting Up Your Multi-VM Environment Networking in Multi-VM Setup Provisioning VMs Syncing Folders Between Host and VMs Conclusion Introduction In modern DevO...DiscussDevops
Prasant Jakharjakharprasant.hashnode.dev·Sep 1, 2024Virtualization: Exploring Hypervisors and the Role of VagrantVirtualization is a transformative technology that has reshaped the way we approach computing, enabling multiple operating systems to run on a single physical machine. This capability is foundational to cloud computing, data centers, and modern IT in...Discussvirtual machine
Aryan Guptaaryangupta0077.hashnode.dev·Aug 22, 2024Understanding VagarantfileContents Introduction What is Vagrantfile? How it works? Different configurations of VMs in a Vagrantfile Summary Introduction In today's fast-paced world of software development and DevOps, efficient management of virtual machines (VMs) is cr...DiscussDevops
Sudhanshu Jaiswaljaiswas3.hashnode.dev·Aug 21, 2024Nexus setup on CentOS-9 using vagrantThis blog is just to simplfy the devops routine work with the help of VM creation using vagrant and setup nexus oss artifactory on it. Resources can be tracked below https://bitbucket.org/jaiswas3/jaiswas3-labs/src/master/CentOS-9-VM-with-Nexus-setup...Discusscentos9
Aryan Guptaaryangupta0077.hashnode.dev·Aug 17, 2024The Basics of Virtual Machine and Vagrant for DevOps NewbiesContent Introduction What is Virtual Machine? Why to use it? Types of Hypervisor What is Vagrant? Conclusion Introduction A virtual machine can be referred as software-based emulation of a machine. It runs on operating systems and application...DiscussDevops
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...Discuss·7 likesvagrant
Dhruvkumar Maisuriaforlinux Essential Commands with noteslinux-essentials.hashnode.dev·Jul 26, 2024Shell Scripting Tutorial: A Beginner's GuideWhat is Shell Scripting? A shell script is a text file containing a sequence of commands for a Unix-based operating system. It automates repetitive tasks, simplifies complex operations, and can be used to set up and configure systems. Shell scripting...Discussshell
0ussamaBernoubernou.hashnode.dev·Jul 6, 2024Streamline Your Local VM Workflow with AutomationTired of the repetitive process of setting up a new Linux virtual machine for pen testing? Do you ever find yourself creating snapshots to avoid configuration mistakes, only to forget to do so and end up reinstalling everything? This blog post introd...Discuss·10 likesansible
Rohitrohit1101.hashnode.dev·Jul 6, 2024Deploying a REST API and Its Dependent Services on Bare Metal Using VagrantIn this blog post, we'll walk through the process of setting up a REST API along with its dependent services using Vagrant for virtualization. This setup includes a load balancer, two web servers, and a PostgreSQL database. Prerequisites Before we be...Discuss·27 readsLinux