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, …

Deploy multi nodes k8s cluster using minikube on win10

Deploy multi nodes k8s cluster using minikube on win10 The minikube is single node cluster tool for test/dev purpose. The demand from community asked multi nodes cluster for long time, finally this experimental feature comes out, it seems working well so far. Let’s test bit on win10. install minikube on …

Launch multi node k8s cluster using minikube on macOS

Launch multi node k8s cluster using minikube on macOS The minikube is single node cluster tool for test/dev purpose. The demand from community asked multi nodes cluster for long time, finally this experimental feature comes out, it seems working well so far. install minikube on macOS It is easy to …

Run ansible on WSL

Run ansible on WSL what is Ansible? basic fact: open-source configuration management/deployment tool written by Michael DeHaan and acquired by Red Hat in 2015 run as python as agentless on all Unix-like via SSH not running on window but can manage window host via winrm ansible playbook in YAML why …