Neeraj Guptaminex.hashnode.dev·Dec 1, 2024Benefits of Choosing IAC to Address IT Infrastructure IssuesIn this blog, we will understand why we have to use IAC for IT infrastructure management. Traditional Deployment Cycle Business/Business analyst They understand the client’s needs and convert them to high-level technical requirements. Solution Arch...1 likeTerraform
Yashraj Garnayakdisarj.hashnode.dev·Nov 24, 2024🚀 2nd week of my DevOps Journey: Multi-VM Setup and Hosting with VagrantWelcome back, everyone! In my ongoing DevOps Journey, I took a major step forward this week in building a multi-node infrastructure using Vagrant. This week was all about automating VM provisioning, hosting dynamic web applications, and applying my g...1 likemultiple VM
REHAN SAYYEDdignitas.hashnode.dev·Nov 10, 2024Attacking On-Prem IaCIaC Challenge Now that you have learned how on-prem IaC deployments work and the security concerns that arise when using IaC. In order for us to provide you with this challenge, a significant amount of software had to be kept at specific version lev...Devsecops#IaC
REHAN SAYYEDdignitas.hashnode.dev·Nov 9, 2024Building an On-Prem IaC WorkflowCreating an IaC Pipeline Let’s navigate to the /home/ubuntu/iac/ directory. All of the scripts we will use today can be found in this directory. cd /home/ubuntu/iac/ Vagrantfile Let's start by taking a look at the Vagrantfile: cat Vagrantfile Vag...Devsecopsansible
Todor Dinevwrite2learn.hashnode.dev·Nov 5, 2024How to Set Up a Clojure Development Environment with VagrantIn this article we will demonstrate how we set up a portable Clojure development environment on a Windows machine. The main purpose was to be able to create a pleasant working environment for programming in Clojure on any decently powerful Windows-po...Clojure
Vedant Singh Chauhanwdevops.hashnode.dev·Sep 26, 2024Virtualization"Using virtualization, we can create a lab of multiple computers using a single computer." The Pre-Virtualization Era Before virtualization became widespread, organizations faced significant challenges in managing their computing resources: Each ser...1 like·29 readsComputer Science
Ishika kesarwaniishikkkkaaaa.hashnode.dev·Sep 14, 2024VM Setup for Mac OS M1/M2/M3Setting up a VM on Mac OS M1/M2/M3 has been a bit of a challenge. To save you some time, I'll provide a streamlined method that I’ve refined through my own experience. We're setting up a basic virtual machine (VM) using two essential tools: VMware F...1 likevmware
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 ...MERN 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...Devops
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...virtual machine