Skip to content

yoonlight/k8s-provisioning-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • provison specific scirpt [4]
# ex) master.vm.provision "helm", type: "shell", path: "script/helm.sh"
vagrant provision master --provision-with helm

Todo

  • init vagrant
  • set docker
  • set kubernetes
  • set kubernetes multi nodes cluster
  • k8s worker node join automation
  • refactor shell script to external bash file

Reference

Tutorial

About

initialize kubernetes development environment with virtualbox

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages