How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "medoror/kubernetes-the-hard-way"
config.vm.box_version = "1.0"
end
vagrant init medoror/kubernetes-the-hard-way \
--box-version 1.0
vagrant up
This version was created over 4 years ago.
Debian Linux VM to run the Kubernetes the Hard Way tutorial
Based on "debian/contrib-testing64" with the following installed:
With this VM you should be good to start the tutorial here but don't forget to configure gcloud