Skip to content

Set up Kubernetes on local environment with Vagrant and VirtualBox

Notifications You must be signed in to change notification settings

devinjeon/k8s-vagrantfile

Repository files navigation

kubernetes-vagrantfile

Includes Vagrantfile and scripts for provisioning Kubernetes

  • Kubernetes 1.21.8
  • Docker 20.10.17
  • Flannel CNI v0.13.0
  • Ubuntu 18.04

Requirements

  • Install Vagrant
    • Tested Vagrant v2.2.18
  • Install VirtualBox
    • Tested VirtualBox v6.1.34

Usage

$ git clone https://github.com/devinjeon
$ cd vagrant-k8s
$ vagrant up
$ vagrant ssh [control-plane|worker-node1|worker-node2|worker-node3]

About

Set up Kubernetes on local environment with Vagrant and VirtualBox

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages