Skip to content

Core

The core of our setup is a Raspberry Pi 4, which serves as the central hub for our system. It runs a k3s cluster, which is a lightweight Kubernetes distribution. This allows us to manage our applications and services in a containerized environment, providing scalability and flexibility.

Hardware

The hardware setup consists of the Raspberry Pi 4 itself, along with necessary peripherals such as power supply, SD card, and network connectivity.

Software

Operating System

Raspberry Pi OS is used as the operating system for the Raspberry Pi 4. It is a Debian-based OS optimized for the Raspberry Pi hardware.

Kubernetes Cluster

The k3s cluster is installed on the Raspberry Pi 4, providing a lightweight and efficient Kubernetes environment. This setup allows for easy deployment and management of containerized applications, ensuring that the system remains scalable and flexible.