maas-baremetal-k8s-tutorial/README.md

16 lines
686 B
Markdown
Raw Normal View History

2021-11-21 13:17:05 +00:00
# Bare metal Kubernetes with MAAS, LXD, and Juju
## Intro
2021-12-03 18:01:27 +00:00
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, using https://maas.io.
2021-11-21 13:17:05 +00:00
2021-12-03 18:00:45 +00:00
It is designed to be used in conjunction with an explanatory video tutorial: https://www.youtube.com/watch?v=sLADei_c9Qg
2021-11-21 13:17:05 +00:00
## 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.