Hari Sekhon - Vagrant templates
February 3, 2026 ยท View on GitHub
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
Inventory
ubuntu/- quick Ubuntu Linux VMdebian/- quick Debian Linux VMkubernetes/- Kubernetes cluster built bykubeadmon 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.
Star History
More Core Repos
Knowledge
DevOps Code
Containerization
CI/CD
Databases - DBA - SQL
DevOps Reloaded
Monitoring
Templates
Desktop
Spotify
The rest of my original source repos are here.
Pre-built Docker images are available on my DockerHub and can be re-generated using the my Dockerfiles repo.