Skip to content

penguinar/CKA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant environment for K8s lab

Configuration files for Debian 12 - Kubernetes 1.28

Software needed

Vagrant version 2.4.1

  • wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
  • echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
  • sudo apt update && sudo apt install vagrant

    Note: Version 2.2.6 of Vagrant had issues with SSH keys. It is recommended to use Vagrant version 2.4.1 or later.

Virtual Box 6.1.5

  • sudo apt install virtualbox

Special thanks and credits to:

About

CKA practice scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages