https://github.com/vit0r/ansible-kubeadm
setup kubernetes cluster with kubeadm
https://github.com/vit0r/ansible-kubeadm
ansible kubernetes kubernetes-cluster kubernetes-deployment studying testing
Last synced: about 2 months ago
JSON representation
setup kubernetes cluster with kubeadm
- Host: GitHub
- URL: https://github.com/vit0r/ansible-kubeadm
- Owner: vit0r
- License: mit
- Created: 2023-10-15T20:44:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-06T02:21:22.000Z (3 months ago)
- Last Synced: 2026-04-06T04:24:55.276Z (3 months ago)
- Topics: ansible, kubernetes, kubernetes-cluster, kubernetes-deployment, studying, testing
- Language: Jinja
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ansible-kubeadm
## create nfs
```console
ansible-playbook k8s-nfs-playbook.yml
```
## create control-plane
```console
ansible-playbook k8s-controlplane-playbook.yml
```
## create nodes
```console
ansible-playbook k8s-node-playbook.yml
```
## setup helm
```console
ansible-playbook k8s-helm-playbook.yml
```