Kubernetes cluster setup using virtual machines
Pavel Balcárek
8 years ago 2.3.2017
Preface Recently I needed to setup k8s cluster on my local machine in order to see if I'm able to do it on bare-metal servers lately. So I decided to first give it a shot using Virtual Box machines. There were a few places where I was a bit stuck and spent some times googling. This article should summarize all of the problems and give you solution. Most of knowledge used here can be found in official kubernetes documentation. I will also show you how to configure your virtual machines…