Skip to content

chylli-team/DevOps-Play-Ground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

DevOps-Play-Ground

it is a script that create a cluster on virtualbox on windows.

preparing

  1. in virtualbox create a new host-only network with the name "VirtualBox Host-Only Ethernet Adapter" and ip 192.168.56.1 and mask. Of course you can set the ip and mask you want, but you have to change the script Vagrantfile.
  2. run
vagrant up
  1. run
kubectl get pods --all-namespaces

if everything ok, then cluster is ready

But since it is using host-only network, the cluster can be accessed only by the host machine.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%