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
- Host: GitHub
- URL: https://github.com/containersolutions/kubadm-ansible
- Owner: ContainerSolutions
- Created: 2017-02-13T07:44:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T12:18:55.000Z (over 8 years ago)
- Last Synced: 2025-03-21T05:11:51.484Z (7 months ago)
- Topics: ansible, kubeadm, kubernetes
- Size: 1.95 KB
- Stars: 7
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`