Index
This guide series is meant to be a collation of info from various articles around the web, trial and error, and some common sense, to build a Raspberry Pi based K3s cluster.
Whilst there is a focus on Raspberry Pi's, there is no reason that this wouldn't work on alternative hardware or architectures too.
I'll be updating the guide series as a whole as i develop more things to play with.
Updates / Change log
This series was last updated on November 1st 2022.
Date | Changes |
---|---|
October 31st 2022 | Initial upload of core content |
November 1st 2022 | Wording & spelling for logging section, added index links to each page. |
November 2nd 2022 | Added latest MetalLB notes, storage path correction |
November 7th 2022 | Added content on reclaim policies for storage, additional app YAMLs, misc formatting & spelling |
Pre-Req's
- Some Raspberry Pi 4's.
- A switch to wire them all into.
- A reverse proxy somewhere on your network.
Optional Pre-Req's
- A logging server, for example, Graylog.
- A storage server that has NFS functionality, for example, Unraid.
- A Portainer installation somewhere on your network.
Index
- Node Configuration
- Install K3s
- Networking
- Storage
- Logging
- Traefik Dashboard
- K8s Dashboard
- Basic App Deployment
- Portainer Agent
- Extra stuff
- Common App Deployments