This project naively setup kubernetes on ubuntu cluster
- Install ansible
- Properly config variables in
hosts
andgroup/all
- Run
$ ansible-playbook -i hosts setup-kube-cluster.yaml
- Check your kubernetes cluster with
$ kubectl cluster-info
or$ kubectl get nodes