Vagrant

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2020 Jun 7 11:22
Editor
Edited
Edited
2021 Aug 17 5:52
Refs
Refs
Vagrant Notion
 
 
Vagrant Usage
 
 
Vagrant와 Ansible로 하는 서버 관리 기초
공용 서버를 관리하게 된 초보 인프라 관리자와 서버 세팅 자동화에 관심이 있는 개발자/연구자의 시름을 덜기 위해 (무엇보다 글쓴이가 나중에 참고하기 위해) 시행착오하며 공부한 내용을 정리해두고자 한다. 이 글에선 Vagrant와 Ansible을 이용해 눈송이 서버를 불사조 서버 로 전환하는 데 활용할 수 있는 워크플로우와 이 과정을 이해하는데 필요한 기본적인 개념들을 정리한다.
Vagrant와 Ansible로 하는 서버 관리 기초
hashicorp/vagrant
Vagrant is a tool for building and distributing development environments. Development environments managed by Vagrant can run on local virtualized platforms such as VirtualBox or VMware, in the cloud via AWS or OpenStack, or in containers such as with Docker or raw LXC.
hashicorp/vagrant

Packet to Vagrant

hashicorp/packer
Packer is a tool for building identical machine images for multiple platforms from a single source configuration. Packer is lightweight, runs on every major operating system, and is highly performant, creating machine images for multiple platforms in parallel. Packer comes out of the box with support for many platforms, the full list of which can be found at https://www.packer.io/docs/builders/index.html.
hashicorp/packer
 
 

Recommendations