This repository contains LabMaker
, a Golang cli/Python script that automates the setup of lab environments. The script installs Go, sets up a standard Kubernetes cluster, and configures a MicroK8s cluster on a single node.
- Network/Disk/Resource utilities.
- Sets up a standard Kubernetes cluster.
- Configures a MicroK8s cluster.
-
Clone this repository:
git clone https://github.com/xogoodnow/LabMaker.git cd LabMaker
-
Run the script:
go build . ./Labmaker ....
OR
python labmaker.py
- Golang 1.23
- Python 3.x
- Administrator privileges
- Internet connection