KubeLab-Ansible
KubeLab-Ansible copied to clipboard
Ansible Roles for deploying Kubernetes Cluster
Kubernetes Deployment
Built on:
- Ansible 2.4
- Vagrant 2.0.3
This deployment requires vagrant-hostmanager
plugin:
$ vagrant plugin install vagrant-hostmanager
Deploy
$ vagrant up
$ ansible-playbook -i inventory kube.yml
Post Deployment
$ vagrant ssh kube1
$ kubectl get nodes
$ kubectl get sc