Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.03 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.03 KB

Provisioning Template

Command

  • often used command [1][2]
vagrant init # create vagrantfile
vagrant up # start vm
vagrant ssh # access to vm using ssh
vagrant destroy # delete vm
  • apply updated vagrantfile to vm [3]
vagrant halt # stop vm
vagrant up --provision
  • apply provision shell script to running vm
vagrant provision

Todo

  • init vagrant
  • set docker
  • set kubernetes
  • set kubernetes multi nodes cluster
  • k8s worker node join automation

Reference

Tutorial