Initial commit: Ced's HomeLab docs and structure

This commit is contained in:
2025-12-08 22:17:44 -06:00
commit 7650e6f459
18 changed files with 643 additions and 0 deletions
+23
View File
@@ -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