Skip to content

This repo creates a Debian 12 VM with Vagrant using VirtualBox driver and installs k3s into it

Notifications You must be signed in to change notification settings

pablon/vagrant-debian12-k3s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant Debian k3s / Linux macOS / test

vagrant-debian12-k3s

  1. Need a quick kubernetes cluster to test some deployments or charts really quick?
  2. Don't have minikube or kind, and want to have it in a VM so you can share your appliance?

This repo creates a Debian 12 VM with Vagrant using VirtualBox driver and installs k3s into it.

Requirements

Setup

Execute the run.sh script

./run.sh

Then you will be able to run:

kubectl --kubeconfig outputs/vagrant-k3s.yaml get node -o wide
kubectl --kubeconfig outputs/vagrant-k3s.yaml get all -A

or

export KUBECONFIG="$(pwd)/outputs/vagrant-k3s.yaml"

kubectl config current-context

kubectl get node -o wide
kubectl get all -A

About

This repo creates a Debian 12 VM with Vagrant using VirtualBox driver and installs k3s into it

Topics

Resources

Stars

Watchers

Forks

Languages