- CLAUDE.md for AI agents to understand the codebase - GITEA-GUIDE.md centralizes all Gitea operations (API, Registry, Auth) - DEVELOPMENT-WORKFLOW.md explains complete dev process - ROADMAP.md, NEXT-SESSION.md for planning - QUICK-REFERENCE.md, TROUBLESHOOTING.md for daily use - 40+ detailed docs in /docs folder - Backend as submodule from Gitea Everything documented for autonomous operation. Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
# AiWorker Kubernetes Cluster - Houston (us-hou-1)
|
|
# Created: 2026-01-19
|
|
# K3s Version: v1.35.0+k3s1
|
|
|
|
## Control Plane Nodes (gp.starter: 4 vCPUs, 8 GB RAM)
|
|
k8s-cp-01 108.165.47.233 10.100.0.2
|
|
k8s-cp-02 108.165.47.235 10.100.0.3
|
|
k8s-cp-03 108.165.47.215 10.100.0.4
|
|
|
|
## Worker Nodes (gp.small: 8 vCPUs, 16 GB RAM)
|
|
k8s-worker-01 108.165.47.225 10.100.0.5
|
|
k8s-worker-02 108.165.47.224 10.100.0.6
|
|
k8s-worker-03 108.165.47.222 10.100.0.7
|
|
|
|
## K3s Configuration
|
|
K3s Token: K1092431cccd0946506089ed05872a31ea68edf6668b2a9cd325fcab79afd1e62de::server:60a8b6a55b2207ce71dc3e66fd43757c
|
|
Control Plane API: https://108.165.47.233:6443
|
|
|
|
## SSH Access
|
|
ssh root@108.165.47.233 # k8s-cp-01
|
|
ssh root@108.165.47.235 # k8s-cp-02
|
|
ssh root@108.165.47.215 # k8s-cp-03
|
|
ssh root@108.165.47.225 # k8s-worker-01
|
|
ssh root@108.165.47.224 # k8s-worker-02
|
|
ssh root@108.165.47.222 # k8s-worker-03
|
|
|
|
## Network
|
|
Private Network: k8s-cluster-network (10.100.0.0/24)
|
|
Network ID: 70
|
|
|
|
## Kubeconfig
|
|
Local: ~/.kube/aiworker-config
|
|
Context: aiworker
|
|
Command: kubectl --kubeconfig ~/.kube/aiworker-config get nodes
|
|
|
|
## Resources & Cost
|
|
Control Plane: gp.starter x 3 = $45/month
|
|
Workers: gp.small x 3 = $87/month
|
|
Total: ~$132/month
|