An open API service indexing awesome lists of open source software.

https://github.com/containersolutions/kubadm-ansible

Ansible scripts to create & destroy a Kubernetes cluster using kubeadm
https://github.com/containersolutions/kubadm-ansible

ansible kubeadm kubernetes

Last synced: 3 days ago
JSON representation

Ansible scripts to create & destroy a Kubernetes cluster using kubeadm

Awesome Lists containing this project

README

          

# Kubeadm-Ansible

Ansible scripts to create & destroy a Kubernetes cluster using kubeadm.

## Howto
- Create a hosts file (check the example)
- Create a vars.yaml (check the example)
- To create a cluster: `ansible-playbook -i hosts create.yaml`
- To destroy the cluster: `ansible-playbook -i hosts destroy.yml`