Skip to content

Ansible Playbook to provision kubernetes cluster on Raspberry Pis

License

Notifications You must be signed in to change notification settings

er0sin/pi-kubed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pi-kubed

Ansible Playbook to provision multi-master kubernetes cluster on Raspberry Pis

Quick Start:

  1. Install Ansible or setup an Ansible node (see the section: Setup an Ansible Node on Ubuntu)
  2. Define your nodes in "hosts" file. They can be hostnames or IPs
  3. Make sure you have passwordless sudo on the nodes, and passwordless SSH to the nodes from the host where you run ansible
  4. Adjust settings in "roles/k8s/common/vars/main.yml"
  5. Run the following command:
ansible-playbook -v mooh.yml
  1. Profit

About

Ansible Playbook to provision kubernetes cluster on Raspberry Pis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages