32 lines
529 B
Markdown
32 lines
529 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
|
|
T14s Ready control-plane
|