Skip to content

arturscheiner/kuberverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kuberverse

kuberverse logo Hello kubers, welcome to kuberverse repo! This is the place where we publish the files used on our Youtube recording labs!

Getting Started

Here, you will find instructions on how to get ready with our labs. The labs where written with easy in mind, to help you build and play kubernetes clusters. Please, fell free to try them out!!

System Requirements

Software

To run the labs you will need to have pre-installed on your computer the latest version of the following softwares:

Hardware

The gold rule here is more is better. As we will create clusters using virtual machines running on your desk computer or notebook, resources will be needed in the proportion of your use. To be used for study, and using my computer (an old macbook pro late 2012 retina, with a Intel Core i5 processor with 8Gb of memory) as the basis for this labs, I can assure you can run a k8s cluster with 1 master with 2Gb of memory and 2 workers with 1Gb each. This configuration fits almost all of the 6 scenarios of the CKA and the 4 scenarios of CKAD certification exams.

How to use

First you need to clone this repository:

  • Find the directory where you want to start you labs..
  • From inside this folder run: git clone https://github.com/arturscheiner/kuberverse.git
  • It will create the folder ./kuberverse (when clonning you can add the desired folder name at the end of the git clone command)
  • Inside the ./kuberverse folder, edit the file kvlab.conf.rb follow the instructions inside of it
  • From this folder, run the command vagrant up and wait a couple of minutes after that you will be able to access your cluster and play with it