Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scott-the-programmer/pi-cluster-cm
Configuration for my local pi clusters
https://github.com/scott-the-programmer/pi-cluster-cm
Last synced: about 3 hours ago
JSON representation
Configuration for my local pi clusters
- Host: GitHub
- URL: https://github.com/scott-the-programmer/pi-cluster-cm
- Owner: scott-the-programmer
- License: mit
- Created: 2023-09-10T01:11:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-20T23:27:46.000Z (4 months ago)
- Last Synced: 2024-07-21T00:28:22.100Z (4 months ago)
- Language: Dockerfile
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raspberry Pi K3s Cluster Setup
This project provides Ansible scripts to set up a [K3s](https://k3s.io/) Kubernetes cluster on Raspberry PIs.
## Requirements
- Ansible
- Raspberry Pi devices running a Debian-based OS
- SSH access to the Raspberry Pis## Setup
1. Clone this repository:
2. Create inventory.yml with the IP addresses of your Raspberry Pi devices.
3. Run the Ansible playbook:
```bash
ansible-playbook -i inventory.yml playbook.yml
```## Features
- Sets up K3s on Raspberry Pi.
- Configures the first Raspberry Pi as the master node.
- Joins subsequent Raspberry Pi devices as worker nodes.## Contributing
Feel free to submit issues or pull requests if you have suggestions or improvements.