A set of scripts to initialise a new standard kubernetes cluster running the latest version
This only works with ubuntu at the moment
Run the following commands to download the init kubernetes script
curl -O https://raw.githubusercontent.com/OMikkel/build-kubernetes-cluster/master/install_kubernetes.sh
sudo chmod +x ./install_kubernetes.sh
./install_kubernetes.sh
If you wish to install the calico network plugin. Run the following commands
curl -O https://raw.githubusercontent.com/OMikkel/build-kubernetes-cluster/master/install_calico.sh
sudo chmod +x ./install_calico.sh
./install_calico.sh