## 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
39 lines
1 KiB
Markdown
39 lines
1 KiB
Markdown
---
|
|
title: Kubernetes Cluster
|
|
tags:
|
|
- kubernetes
|
|
---
|
|
|
|
# Kubernetes Cluster
|
|
|
|
Single-node Minikube cluster running on [[infrastructure/indri|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|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|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|Apps]] - ArgoCD applications
|
|
- [[services/argocd|ArgoCD]] - GitOps deployment
|
|
- [[services/zot|Zot]] - Registry mirror
|