blumeops/docs/reference/kubernetes/cluster.md
Erich Blume 254b93096a Phase 2: Add Reference section with 24 technical reference cards (#88)
## Summary
- Create `docs/reference/` section with 24 technical reference cards
- Services (16): alloy, argocd, borgmatic, 1password, forgejo, grafana, jellyfin, kiwix, loki, miniflux, navidrome, postgresql, prometheus, teslamate, transmission, zot
- Infrastructure (3): hosts, tailscale, routing
- Kubernetes (2): cluster, apps
- Storage (2): sifaka, backups
- Update README to mark Phase 2 as complete
- Add towncrier changelog fragment

## Deployment and Testing
- [ ] Build docs locally to verify wiki-links resolve
- [ ] Deploy via ArgoCD and verify at docs.ops.eblu.me/reference/

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/88
2026-02-03 14:27:37 -08:00

1 KiB

title tags
Kubernetes Cluster
kubernetes

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