Scripts to deploy a multinode Kubernetes cluster using the OpenStack-Helm project and kubeadm.
Setup an Ubuntu 16.04 (Xenial) or Ubuntu 18.04 (Bionic) machine that supports nested virtualization. Clone this repository and follow the directions below.
Run all scripts from the root directory of this repository.
./00-install-packages.sh
./01-deploy-multinode-k8s.sh
Access each node using the SSH script provided. Kubectl and Helm are available on node one (n1).
./tools/ssh.sh n1