Skip to content

A simple playbook to install kubernetes via ansible. Inspired by kubespray

Notifications You must be signed in to change notification settings

alperencelik/noobspray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

NoobSpray

A simple playbook to install kubernetes via ansible on CentOS 7 VM's. Inspired by kubespray. Noobspray uses kubevip project for control plane endpoint.


Navigation



Usage


Your kubernetes cluster is four steps far to you. Let's get started. Also you can specify Kubernetes version in group_vars/all/main.yaml.

  1. Clone this repository

    git clone https://github.com/alperencelik/noobspray.git

  2. Edit the variables for kubernetes

    cd ansible && vim group_vars/all/main.yaml

  3. Edit the inventory file

    vim inventory

  4. To create kubernetes cluster run the command

    ansible-playbook kubernetes.yaml

Then take a coffee break ☕ until your cluster go up and running.

You can check out this playlist while Kubernetes is being installed.

https://open.spotify.com/playlist/60thxsFj5z789oDsTJiWn9?si=05d65b23455b4fed


How to contribute


  1. Create or find a issue
  2. Discuss the issue with community
  3. Fork this repository
  4. Create your branch: git checkout -b my-issue
  5. Commit your change: git commit -m 'my-issue added'
  6. Push to the branch: git push origin my-issue
  7. Submit a pull request

About

A simple playbook to install kubernetes via ansible. Inspired by kubespray

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages