Skip to content

Files

Latest commit

48e26ab · Jul 8, 2021

History

History
14 lines (11 loc) · 473 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 473 Bytes

Bootstrapping a kubernetes cluster using ansible

Creating a kubernetes cluster via ansible.

Prerequisites:

  • You should configure passwordless root for your ansible user
  • You should configure ssh access with ansible user's ssh key.
  • You should have an inventory file in place, with kubemaster and kubeworkers groups

After cloning this repo you can bootstrap your cluster with

ansible-playbook install-kubernetes.yml -v

Currently tested on Ubuntu 20