Skip to main content

Tutorial Intro

Let's install Kubernetes in less than 2 minutes.

Getting Started

Get started by installing new Linux server.

Read cloud-infra project description on README.md.

Connect to Linux server

Install git-core package:

apt-get install git-core

Clone cloud-infra repository:

git clone https://github.com/go4clouds/cloud-infra

Run the configure.sh script:

cd cloud-infra
bash configure.sh

Run Terraform and get your Kubernetes installed:

cd libvirt
terraform init
terraform plan
terraform apply