Step by step tutorial for bare metal K8s on a single machine
Go to file
antongisli b968e7a702
Update README.md
2021-12-03 19:00:45 +01:00
LICENSE Create LICENSE 2021-11-21 14:11:18 +01:00
README.md Update README.md 2021-12-03 19:00:45 +01:00
ceph-osd.yaml added working juju/ceph storage setup, add k8s to juju, bootstrap, add 2021-10-29 19:12:13 +02:00
lxd.conf small fix 2021-11-02 12:35:44 +01:00
maas-cloud.yaml various fixes and bugs 2021-11-17 11:56:08 +01:00
maas-setup.sh Update maas-setup.sh 2021-11-21 14:13:07 +01:00

README.md

Bare metal Kubernetes with MAAS, LXD, and Juju

Intro

This is a series of commands and configuration files that will guide you to build your own emulated bare metal k8s cluster on a single machine.

It is designed to be used in conjunction with an explanatory video tutorial: https://www.youtube.com/watch?v=sLADei_c9Qg

How to use

Read maas-setup.sh. The script is not fully automated and requires manual intervention at times. Read the comments to understand the process.

Requirements

You need a reasonably powerful machine, 4 or more cores with 32 GB of RAM and 500GB of free disk space. Assumes a fresh install of Ubuntu server on the machine.