DiptoChakrabarty / Ansible-Kube

Setup Kubernetes Cluster using Ansible Playbooks and Roles , skip the manual task of setting up separate servers and configuring master and worker nodes in there, run playbook to automate entire process

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible-Kube

Setup Kubernetes Cluster using Ansible Playbooks and Roles

Roles

  • Docker : To setup docker in worker nodes
  • Kubernetes : Setup kubernetes using worker nodes

Command

ansible-playbook --vault-password-file=".secret" -i ./hosts kube.yml

About

Setup Kubernetes Cluster using Ansible Playbooks and Roles , skip the manual task of setting up separate servers and configuring master and worker nodes in there, run playbook to automate entire process

License:MIT License


Languages

Language:Shell 100.0%