Skip to content
/ k8s Public

Create a local k8s cluster to experiment with

Notifications You must be signed in to change notification settings

vaionicle/k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8s playground

Creating a local K8S cluster to experiment with and help me pass CKA Exames

Table of Contents

VirtualBox

To start your experiments with k8s you need to install locally VirtualBox

Follow the Download section

Specs

Each node will have:

  • 10GB HDD
  • 8GB RAM
  • 2 CPU Core
  • 2 Network Cards
  • 16MB RAM for VMSVGA

Ubuntu Autoinstall Config

Makefile

The bellow command will try to create VirtualBox instances and configure them.

The default number of Nodes is 4

make cluster

The bellow command will download if doesnt exists ubuntu server 22.04 and will try to install it on specific node.

make ubuntu node=1..N

Useful links

Traingings for Free

About

Create a local k8s cluster to experiment with

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published