How to Setup Kubernetes Cluster with Kubespray
Introduction
Kubespray is open source automation tool to deploy kubernetes cluster, use ansible for deployment kubernetes packages, can use in any environment (on-premise/cloud).
Prerequisites
Linux machine to deploy your kubernetes cluster.
For this tutorial, i want deploy kubernetes cluster with 3 machine, named:
* kube-cp
* kube-node1
* kube-node2
I deploy use