From 72dea931745d1577d928605d58327c76954bff0c Mon Sep 17 00:00:00 2001 From: Kenpat7177 Date: Fri, 5 Jun 2026 05:42:15 -0500 Subject: [PATCH] Initial KiteStacks homelab documentation v1.2 --- README.md | 25 +++++++++++++++ docs/KiteStacks-Homelab-Documentation-v1.2.md | 32 +++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 README.md create mode 100644 docs/KiteStacks-Homelab-Documentation-v1.2.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e87bb17 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# KiteStacks Homelab + +Private GitOps repository for the KiteStacks homelab. + +## Cluster + +- K3s +- FluxCD (planned) +- Longhorn (planned) + +## Applications + +- Homepage +- Kavita +- Linkding +- Forgejo +- Grafana +- Prometheus +- Authentik +- Open WebUI +- LiteLLM + +## Documentation + +docs/KiteStacks-Homelab-Documentation-v1.2.md diff --git a/docs/KiteStacks-Homelab-Documentation-v1.2.md b/docs/KiteStacks-Homelab-Documentation-v1.2.md new file mode 100644 index 0000000..e585ca3 --- /dev/null +++ b/docs/KiteStacks-Homelab-Documentation-v1.2.md @@ -0,0 +1,32 @@ +# KiteStacks Homelab Documentation v1.2 + +## Current Architecture + +KiteStacks Homelab is transitioning from Docker Compose to Kubernetes using K3s. + +## Current Server + +Hostname: Assassin +Role: Homelab server and Kubernetes control plane +Kubernetes: K3s +Status: Ready + +## Current Docker Services + +- Homepage +- Kavita +- Forgejo +- Linkding +- Grafana +- Prometheus +- Other supporting services + +## Kubernetes Milestone + +K3s has been installed successfully. + +Verified command: + +```bash +kubectl get nodes +assassin Ready control-plane