Infrastructure for beyond the universe
Find a file
Eric Garcia b1065ca887 feat(minimal): Add k3s-on-EC2 infrastructure for single user
Decision from 12-expert alignment dialogue on single-user scale.
Implements Option E with modifications:

- t4g.small spot instance (~$5/mo)
- k3s with Traefik for ingress + Let's Encrypt TLS
- SQLite database for Forgejo
- S3 backups with 30-day lifecycle
- EBS gp3 20GB encrypted
- Admin SSH on port 2222, Git SSH on port 22

Total cost: ~$7.50/month

Includes:
- terraform/minimal/ - full terraform configuration
- terraform/bootstrap/ - state backend (already applied)
- docs/spikes/0001-single-user-scale.md - decision documentation

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 06:21:55 -05:00
docs feat(minimal): Add k3s-on-EC2 infrastructure for single user 2026-01-24 06:21:55 -05:00
kubernetes Initial commit: Port infrastructure from coherence-mcp 2026-01-24 06:06:13 -05:00
scripts Initial commit: Port infrastructure from coherence-mcp 2026-01-24 06:06:13 -05:00
terraform feat(minimal): Add k3s-on-EC2 infrastructure for single user 2026-01-24 06:21:55 -05:00
.gitignore Initial commit: Port infrastructure from coherence-mcp 2026-01-24 06:06:13 -05:00
CLAUDE.md Initial commit: Port infrastructure from coherence-mcp 2026-01-24 06:06:13 -05:00
README.md Initial commit: Port infrastructure from coherence-mcp 2026-01-24 06:06:13 -05:00

Hearth

Infrastructure for the letemcook ecosystem.

Overview

Hearth deploys and manages:

  • EKS Cluster - Kubernetes on AWS with Karpenter auto-scaling
  • Forgejo - Self-hosted Git (git.beyondtheuniverse.superviber.com)
  • Core Services - Ingress, TLS, storage

Status

Component Status
Terraform modules Ported from coherence-mcp
EKS cluster Not deployed
Forgejo Not deployed

Getting Started

See CLAUDE.md for setup instructions.

Cost Estimate

Component Monthly
EKS Control Plane $73
Spot nodes (variable) $0-50
NLB $16
EFS $5
S3 $5
Total ~$100-150

License

Private.