Bootstrap Kubernetes the hard way on Google Cloud Platform. No scripts.
Go to file
mbenabda ee481cc7d4 VTWO-14496 : allow running scripts on a subset of the nodes 2019-06-20 16:45:28 +02:00
scripts VTWO-14496 : allow running scripts on a subset of the nodes 2019-06-20 16:45:28 +02:00
.gitignore VTWO-14496 : create vagrant boxes for the cluster hosts 2019-06-20 16:44:22 +02:00
README.md VTWO-14496 : allow running scripts on a subset of the nodes 2019-06-20 16:45:28 +02:00
Vagrantfile VTWO-14496 : start machines configuration 2019-06-20 16:44:59 +02:00

README.md

Introduction

This repository is intended for demo-ing the manual install of kubernetes's components on both master and worker nodes. It should be able to get you to a working single master kubernetes setup on a set of vagrant boxes

prerequisites

setup

  • start the vms
vagrant up
  • setup a container runtime
./scripts/run_script_on_nodes install_container_runtime
  • download kubernetes
./scripts/run_script_on_nodes download_node_binaries