This material is tied to the Kubernetes Starter Pack course delivered by EDU.labs by Computer Gross.
Start from here!
You can replicate the lab on your own by using an Ubuntu 22.04 machine.
-
Install lxd.
snap install lxd
-
Clone this repository.
git clone https://github.com/francescobarbarulo/kubernetes-starter-pack.git
-
Change directory to
scripts/lxd.cd kubernetes-starter-pack/scripts/lxd -
Give execution permissions to the scripts.
chmod u+x bootstrap.sh destroy.sh
-
Run the bootstrap script.
./bootstrap.sh
-
Run the destroy script.
./destroy