From a1036d87b6d2d060eb3ddafb50cc89fd15a0189a Mon Sep 17 00:00:00 2001 From: Chase Dumphord <60725859+ced4568@users.noreply.github.com> Date: Sun, 7 Dec 2025 00:52:02 -0600 Subject: [PATCH] Create README.md first readme --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..394519a --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +Ced’s K3s HomeLab + +A fully-HA Kubernetes cluster powered by Raspberry Pi hardware. +Includes MetalLB load balancer, NGINX ingress, and kube-prometheus monitoring for Ced’s NOC. + +Architecture + +3 × Control Plane nodes (etcd HA) + +9 × Worker nodes with workload isolation +-Ingress Pool (1-3) +-Data Pool (4-6) +-Monitoring Pool (7-9) + +Features + +High Availability k3s control plane + +MetalLB L2 load balancer + +NGINX ingress controller + +Prometheus + Grafana stack + +Custom NOC dashboards