Vagrant templates for quick labs.
The shell provisioners use my DevOps-Bash-tools repo.
Run this to ensure it's downloaded first:
make init
Then just cd
to a directory and type make
:
cd ubuntu
make
which will run:
vagrant up
vagrant ssh ubuntu
ubuntu/
- quick Ubuntu Linux VMdebian/
- quick Debian Linux VMkubernetes/
- Kubernetes cluster built bykubeadm
on Ubuntu. Used this to pass my CKA exam (Certified Kubernetes Administrator), you need something like this for the official CNCF CKA course - Kubernetes Fundamentals (as of 2019-2020)rancher/
- Rancher RKE2 cluster on Ubuntu, uses RKE2 installer and K3s, different to K8s above
Copy the ubuntu/
or debian/
directories to quickly create new Ubuntu or Debian based labs.
The rest of my original source repos are here.
Pre-built Docker images are available on my DockerHub.