INFRAWEAVER ALPHA

infraweaver/docs

Documentation

The documentation lives in the repository, next to the code it describes, so it moves when the code moves. This page is the index.

Start here

README.mdWhat the platform is, what it deploys, the quick start, and the alpha warning in the maintainer's own words.ENTRY
DEPLOYMENT.mdThe local-only deployment model in detail: what runs where, and why GitHub stops mattering after the clone.MODEL
PROJECT_STRUCTURE.mdA deep dive on the repository layout — which directory owns which concern, and where to add things.MAP
.env.exampleThe complete configuration reference. Every variable the platform reads, with defaults and comments.CONFIG

Reference

Under docs/ in the platform repository.

DocumentCovers
ARCHITECTURE.mdComponent responsibilities, boundaries, and the reasoning behind the layering
CATALOG.mdHow a catalog app is structured and what each file in it is for
MIDDLEWARES.mdEvery Traefik middleware, what it does, and which routes should carry it
RUNBOOK.mdRoutine operations: adding nodes, rotating credentials, planned maintenance
TROUBLESHOOTING.mdSymptoms and their real causes, written after the incident that produced them
sealed-mode.mdRunning the platform air-gapped, and what changes when it cannot reach the internet
node-placement-and-reservations.mdPinning workloads to nodes and reserving capacity for them

Operations

Under docs/ in the infrastructure repository, written as runbooks rather than essays.

RunbookWhen you need it
BACKUP-AND-RESTORE-RUNBOOK.mdSetting backups up, and the restore rehearsal that proves they work
BREAK-GLASS.mdSSO is down, or nobody can log in. The path back in, and its cost.
NODE-OPS-READINESS.mdBefore draining, resizing, adding or retiring a node
OPENBAO-OPERATIONS.mdUnsealing, rotating, and the Kubernetes auth migration
SCHEDULING-ZONES.mdPlacement across sites, and why a singleton on the wrong side of a link is slow
SECURITY-REMEDIATION-RUNBOOK.mdWorking through a finding without breaking the cluster
CAPACITY-PLAN.mdSizing the next node before the current ones are full
PRIVATE-PUBLIC-GITOPS-AND-DR.mdHow the private infra repo and the public template stay separate, and disaster recovery
gitops-operating-model.mdThe rules of engagement for changing a GitOps-managed cluster
cluster-builder.mdNode topology: control, worker and hybrid roles

READ THEM ON GITHUB OR START WITH THE FAQ