How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "surajit-code/Cent7K8sBase"
  config.vm.box_version = "1.2"
end
vagrant init surajit-code/Cent7K8sBase \
  --box-version 1.2
vagrant up

This version was created almost 3 years ago.

A sample k8s sandbox with docker runtime and flannel and multus cni with MetalLB as a preinstalled LoadBalancer.

2 providers for this version.
  • libvirt
    unknown Hosted by Vagrant Cloud (782 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (793 MB)