Skip to content

seb-schulz/k0s-on-vagrant-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k0s-on-vagrant-template

This template repository should help to bootstrap a new project on kubernetes faster. It installs k0s on (vagrant)[https://www.vagrantup.com/] and exports a kubeconfig file so that access to the kubernetes cluster from host machine is possible.

Prerequisite

  • vagrant
  • vagrant-libvirt plugin
  • vagrant-sshfs plugin

How to setup the environment

  1. Modify your Vagrantfile so that it fits to your need (e.x. cpu, memory)
  2. Kickoff a virtual machine with vagrant up
  3. Set environment variable for kubectl with export KUBECONFIG=kubeconf.conf

Enjoy!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages