Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 465 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 465 Bytes

kubernetes-vagrant-kubeadm-rhel/oel/centos

Steps:

  1. Install chocolatey windows package manager

    Link: chocolatey

  2. Install Vagrant

choco install vagrant
  1. Install a provider: virtualbox
choco install virtualbox
choco list
  1. Vagrant IaaC workflow:

    Scope (Infra,folders) => vagrant init => vagrant up => vagrant ssh => vagrant halt => vagrant reload => vagrant destroy