...
Git
설치파일 링크 : http://git-scm.com/download/win
Standalone Installer - 64-bit Git for Windows Setup (64.7MB)
VirtualBox
설치파일 링크 : https://www.virtualbox.org/wiki/Downloads
VirtualBox 7.0.18 platform packages - Windows hosts (105MB)
Vagrant
설치파일 링크 : https://developer.hashicorp.com/vagrant/install?product_intent=vagrant
Windows - AMD64 (259MB)
Vagrant 폴더 생성
ex) C:\Users\USER_NAME\문서\vagrant
Vagrant 이미지 다운로드
Vagrant 폴더에서 터미널 실행
$ vagrant init sysnet4admin/Ubuntu-k8s
폴더에 Vagrant 파일 생성 확인
$ vagrant up
인터넷에서 Ubuntu 이미지 다운로드 후 VM 기동
기동 된 VM 확인(기본 계정 : vagrant/vagrant)
vagrant 명령어로 확인
$ vagrant box list
VM 실행 중 확인
VirtualBox에서 확인
...