Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/febus982/k3s-cluster
Ansible implementation to build a high available K3S cluster on Raspberry PIs
https://github.com/febus982/k3s-cluster
cluster fluxcd high-availability k3s kubernetes load-balancer raspberry-pi
Last synced: about 2 months ago
JSON representation
Ansible implementation to build a high available K3S cluster on Raspberry PIs
- Host: GitHub
- URL: https://github.com/febus982/k3s-cluster
- Owner: febus982
- License: apache-2.0
- Created: 2021-09-22T16:31:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T09:34:49.000Z (9 months ago)
- Last Synced: 2024-10-31T05:42:06.582Z (2 months ago)
- Topics: cluster, fluxcd, high-availability, k3s, kubernetes, load-balancer, raspberry-pi
- Language: Jinja
- Homepage:
- Size: 200 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Highly Available K3S cluster at home
This is a set of Ansible playbooks to setup a set of Raspberry PI machines:
- Load Balancer in HA configuration
- Kubernetes cluster in HA configuration## Documentation
Full documentation is available [here](https://k3s-cluster.busetti.io). You can also clone this repository and run:
```bash
pipenv install
pipenv run docs
```