Reference docs should describe "what things are", not "how to do things". Removed: - CLI command examples - Operational workflows (PR workflow, sync commands) - Setup/bootstrap procedures - "Useful Commands" sections Also split hosts.md into individual cards: - infrastructure/indri.md - Primary server details - infrastructure/gilbert.md - Development workstation This content belongs in how-to guides (future phase). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 KiB
1 KiB
| title | tags | |
|---|---|---|
| Kubernetes Cluster |
|
Kubernetes Cluster
Single-node Minikube cluster running on infrastructure/indri.
Cluster Specifications
| Property | Value |
|---|---|
| Driver | docker |
| Container Runtime | docker |
| Kubernetes Version | v1.34.0 |
| CPUs | 6 |
| Memory | 11GB |
| Disk | 200GB |
| API Server | https://k8s.tail8d86e.ts.net |
Prerequisites: Docker Desktop with at least 12GB memory allocated.
Volume Mounting
Pods mount NFS directly from storage/sifaka. Docker NATs outbound traffic through indri's LAN IP (192.168.1.50), allowing access to Sifaka's NFS exports.
Registry Mirror
Containerd uses services/zot as a pull-through cache at host.minikube.internal:5050.
Mirrors configured: registry.ops.eblu.me, docker.io, ghcr.io, quay.io
Related
- kubernetes/apps - ArgoCD applications
- services/argocd - GitOps deployment
- services/zot - Registry mirror