Cloud infrastructure skeletons and environment patterns for the wider engineering ecosystem.
Provide a credible infrastructure baseline for environments, networking, and cluster-adjacent platform concerns.
- Runtime substrate for
orbit,summit, andsynapse - Upstream to
beaconandaegis - Neighbor to
anvil
Starter infrastructure repository with Terraform module structure and environment composition notes.
- Terraform
- Kubernetes YAML examples
- Markdown
nimbus/
├── docs/
│ └── topology.md
├── environments/
│ └── staging/
│ └── main.tf
├── modules/
│ └── network/
│ └── main.tf
├── .editorconfig
├── .gitignore
├── README.md
└── ROADMAP.md
Review topology docs, then grow environment modules from the examples in environments/.
anvilbeaconaegisorbit
Stay cloud-pragmatic and environment-focused instead of turning the repo into an overbuilt module graveyard.