Build k8s cluster on hyper-v with Vagrant

Demo how to build up multi nodes k8s cluster on hyper-v with Vagrant. Will address few pain points: NAT static ip adaptor in hyper-v, needed for permanent k8s API server reset static ip in vagrant provision before installation and configuration Docker installation script Following up Docker official Ubuntu installation procedure, …