This setup uses vagrant to install the Kubernetes cluster with 1 Master and 2 Worker nodes.
- Vagrant for windows should be installed on the windows machine.
- Virtualization should be enabled.
- Virtualbox, preferably oracle virtual box should be installed on the virual machine.
To be updated
- Clone the k8s_setup repository and navigate to "k8s\vagrant_setup" in the command prompt.
- run "vagrant up" command to bring the master and worker nodes.
- After sometime(depending on internet bandwidth) the setup will take time and gets completed successfully.
This repository will be updated without any prior notice.
- All the content related to kubernetes has been taken from https://kubernetes.io/docs/home/ and content related to vagrant is taken from https://www.vagrantup.com/.
For any suggestions/clarifications please drop a mail to [email protected]. All queries will be addressed.