Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 805 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 805 Bytes

OSH Multinode Vagrant Project

Build Status

Scripts to deploy a multinode Kubernetes cluster using the OpenStack-Helm project and kubeadm.

Getting Started

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.

Install dependencies

./00-install-packages.sh

Install dependencies

./01-deploy-multinode-k8s.sh

Use Kubernetes

Access each node using the SSH script provided. Kubectl and Helm are available on node one (n1).

./tools/ssh.sh n1