Tag

Vagrant

0 views collected around this technical thread.

Cloud Native Technology Community
Cloud Native Technology Community
Jun 21, 2022 · Cloud Native

Setting Up a Unified Development Environment for Kube-OVN Using Vagrant and VirtualBox

This article explains how to use Vagrant and VirtualBox to create a reproducible development and testing environment for the Kube-OVN Kubernetes CNI project, including Vagrantfile configuration, provisioning scripts for Docker, Kubernetes tools, Go, and steps to compile, test, and run Kube-OVN with Kind clusters.

CNIDevOpsKind
0 likes · 13 min read
Setting Up a Unified Development Environment for Kube-OVN Using Vagrant and VirtualBox
DevOps Engineer
DevOps Engineer
Feb 14, 2022 · Operations

Differences Between Vagrant and Docker: Use Cases and Characteristics

This article explains the fundamental differences between Vagrant and Docker, compares virtual machines and containers across isolation, resource usage, startup time and image size, and outlines when to choose Vagrant for VM management versus Docker for rapid application development and deployment.

DevOpsDockerVagrant
0 likes · 4 min read
Differences Between Vagrant and Docker: Use Cases and Characteristics
DevOps Engineer
DevOps Engineer
Feb 11, 2022 · Operations

Understanding Vagrant: History, Usage, and Comparison with Traditional Virtual Machines

This article explains what Vagrant is, outlines its development history, provides step‑by‑step instructions for installing and using it, compares it with traditional virtual‑machine workflows, and highlights its advantages for creating reproducible development environments.

DevOpsInfrastructure as CodeProvisioning
0 likes · 5 min read
Understanding Vagrant: History, Usage, and Comparison with Traditional Virtual Machines
Wukong Talks Architecture
Wukong Talks Architecture
Apr 8, 2020 · Operations

Configuring VirtualBox Host‑Only Network for a Vagrant Virtual Machine

This guide explains how to view the VirtualBox host‑only network, set a matching IP address in the Vagrantfile, reload the VM, and verify connectivity between the host and the virtual machine using ping commands.

DevOpsIP addressVagrant
0 likes · 3 min read
Configuring VirtualBox Host‑Only Network for a Vagrant Virtual Machine
Wukong Talks Architecture
Wukong Talks Architecture
Apr 8, 2020 · Operations

Quick Guide to Setting Up an Ubuntu Virtual Machine with Vagrant

This tutorial explains how to enable virtualization, install VirtualBox and Vagrant, add an Ubuntu box from a Chinese mirror, configure the Vagrantfile, launch the VM, and connect via SSH, providing all necessary commands and screenshots for a fast Ubuntu development environment.

DevOpsSetupVagrant
0 likes · 3 min read
Quick Guide to Setting Up an Ubuntu Virtual Machine with Vagrant
Wukong Talks Architecture
Wukong Talks Architecture
Apr 7, 2020 · Operations

Quick Setup of an Ubuntu Virtual Machine Environment Using Vagrant

This guide walks through enabling virtualization, installing VirtualBox and Vagrant, adding Ubuntu box images from Chinese mirrors, configuring the Vagrantfile, and using Vagrant commands to start, SSH into, and manage an Ubuntu virtual machine on Windows.

DevOpsVMVagrant
0 likes · 3 min read
Quick Setup of an Ubuntu Virtual Machine Environment Using Vagrant
Efficient Ops
Efficient Ops
Aug 13, 2015 · Operations

Top DevOps Insights: Agile, ChatOps, Vagrant, Context Switching & More

Compiled from the SEI blog series, this article presents concise summaries of the six most popular DevOps topics of the past six months—including Agile integration, ChatOps communication, Vagrant environment consistency, mitigating context‑switching overhead, and a foundational overview of DevOps—offering practical insights and links to the original sources.

AgileChatOpsVagrant
0 likes · 13 min read
Top DevOps Insights: Agile, ChatOps, Vagrant, Context Switching & More