Skip to content

november-pain/ansible-k8s-cluster-ubuntu18.04-bionic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-k8s-cluster-ubuntu18.04-bionic

Setups and configure kubernetes cluster on ubuntu18.04 bionic servers

requirements

  • You are using Ubuntu 18.04 bionic on all nodes
  • You should have ansible installed on your master node
  • You should have ansible(by default or any other username you specify in .env file ) with sudo and nopassword permissions on all nodes including master node
  • You have set authorized keys on each host(including master node)

user guide

  • edit hosts file with your IPs of nodes
  • edit .env file using username of the user which is present on all nodes and able to sudo without password
  • run main.yml
ansible-playbook main.yml
  • run register-workers.yml
ansible-playbook register-workers.yml

About

Setups and configure kubernetes cluster on ubuntu18.04 bionic servers

Resources

License

Stars

Watchers

Forks

Languages