- Rewrote RUNBOOK.md and DEBUG-DOCUMENTATION.md in simple 5th-grade language with real-world analogies for every technical concept - Updated README.md with current service inventory and folder map - Added cloud-migration/ subdirectory (from kitestacks-cloud-migration repo) - Added autosync/ subdirectory (from kitestacks-homelab-autosync-test repo) - Added osticket/ subdirectory (from OSTicketSystem repo) - Added cloud/ placeholder for future cloud configs - Excluded binary DB/postgres files from autosync subdirectory Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
32 lines
533 B
Markdown
32 lines
533 B
Markdown
# 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
|