Skip to content

afmaghribi/kube-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple how to use

  1. Install ansible-core package
sudo apt install ansible-core
  1. Set version variabels in group_vars/all.yaml

  2. Make sure target kubernetes host is reachable

ansible all -i inventory.ini -m ping
  1. Deploy kubernetes cluster

Dry run

ansible-playbook -i inventory.ini playbook.yaml --check

Deploy the kubernetes

ansible-playbook -i inventory.ini playbook.yaml

About

Ansible playbook to bootstrap minimal running kubernetes cluster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages