/kubernetes-MacBook-Vagrant

Installing kubernetes on MacBook, using Vagrant and Virtual Box.

Primary LanguageShellMIT LicenseMIT

Kubernetes-MacBook-Vagrant

Installing kubernetes on MacBook, using Vagrant and Virtual Box.

Installing Virtual Box

brew install virtualbox

or

https://www.virtualbox.org/wiki/Downloads

In case if you receive an kernal driver not installed RC=-1908 error. Make sure you allow oracle software under system preferences. System Preferences --> Security & Privacy --> General --> Allow or click on Advanced

Installing Vagrant

brew install vagrant

Cloning GITHUB Repo

git clone https://github.com/SundeepPaluru/kubernetes-MacBook-Vagrant.git

Lets build Kubernetes Cluster

vagrant up

This will build one master and two worker nodes

SSH into a master

vagrant ssh master

Issues

In case of any issues, please open a issue under repo. Ill try to correct ASAP.

Yours

Sundeep :) AKA Sunny ;)

If you like this solution, Pls 🌟