Skip to content

tecnicobusnet/kubernetes-starter-pack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

103 Commits
 
 
 
 
 
 

Repository files navigation

Kubernetes Starter Pack

This material is tied to the Kubernetes Starter Pack course delivered by EDU.labs by Computer Gross.

Start from here!

Replicating the lab environment

You can replicate the lab on your own by using an Ubuntu 22.04 machine.

Prerequisites

  1. Install lxd.

    snap install lxd
  2. Clone this repository.

    git clone https://github.com/francescobarbarulo/kubernetes-starter-pack.git

Bootstrap lab

  1. Change directory to scripts/lxd.

    cd kubernetes-starter-pack/scripts/lxd
  2. Give execution permissions to the scripts.

    chmod u+x bootstrap.sh destroy.sh
  3. Run the bootstrap script.

    ./bootstrap.sh

Destroy lab

  1. Run the destroy script.

    ./destroy

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%