mirror of
https://github.com/ced4568/ceds-homelab.git
synced 2026-08-13 04:04:01 +00:00
Initial commit: Ced's HomeLab docs and structure
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# K3s Cluster (Raspberry Pi)
|
||||
|
||||
This folder documents how the Raspberry Pi K3s cluster fits into Ced's HomeLab.
|
||||
|
||||
The detailed manifests and cluster-specific configuration live in a separate repo:
|
||||
|
||||
- https://github.com/ced4568/ced-k3s-homelab
|
||||
|
||||
## Goals
|
||||
|
||||
- Learn Kubernetes on real hardware
|
||||
- Run homelab apps on K3s instead of directly on VMs
|
||||
- Use Ingress + wildcard DNS for clean routing
|
||||
- Eventually adopt GitOps workflows
|
||||
|
||||
## Structure (in this repo)
|
||||
|
||||
- `ingresses/` – example host-based ingress rules
|
||||
- `deployments/` – high-level deployment patterns or sample manifests
|
||||
|
||||
Example target pattern:
|
||||
|
||||
- `myapp.apps.cedshomelab.com` → Traefik Ingress → K3s Service
|
||||
Reference in New Issue
Block a user