TazLab System Map
Scope
This page is the high-level map of the main TazLab systems and how they interact operationally.
Current Synthesis
TazLab is organized as a layered operator-driven system:
tazpod/is the operator environment and secret-handling entrypointephemeral-castle/provisions provider-specific infrastructure and bootstraps cluster foundationstazlab-k8s/holds the provider-agnostic GitOps desired state managed by Fluxmnemosyne-mcp-server/provides semantic memory retrieval on top of Postgres and Gemini embeddingsAGENTS.ctx/governs contexts, active memory, and cross-project operating ruleswiki.tazlab.net/is the structured documentation and synthesis layer being built to help agents and humans navigate the ecosystem coherently
Main Components
Operator Layer
- primary repository hub: tazpod
tazpod/manages the local/containerized operator environment- secrets are unlocked into RAM and the durable recovery anchor is the encrypted vault stored in S3
- GitHub access commonly depends on
~/secrets/github-token
Infrastructure Provisioning Layer
- primary repository hub: ephemeral-castle
ephemeral-castle/owns provider-specific bootstrap logic- current active cluster path is Proxmox plus Talos for
tazlab-k8s - the same repository also hosts the Hetzner runtime track for
lushycorp-vault - the repository map is documented in Ephemeral Castle Repository Map
- the bootstrap pipeline is documented in Ephemeral Castle Cluster Bootstrap
Related subtracks:
GitOps Layer
- primary repository hub: tazlab-k8s
tazlab-k8s/is the Flux-watched desired-state repository- it declares infrastructure operators, cluster instances, and applications
- secrets are consumed via
ExternalSecretresources rather than stored inline - the concrete layer-by-layer reconciliation graph is documented in TazLab Flux DAG
Technology Reference Layer
- the supporting infrastructure technology trunk is documented in TazLab Infrastructure Tech Stack
Related cross-cutting page:
Memory And Knowledge Layers
- repository hubs: AGENTS.ctx, mnemosyne-mcp-server, wiki.tazlab.net
AGENTS.ctx/memory/carries the active present-state baseline and chronologymnemosyneprovides semantic retrieval over persisted memorieswiki.tazlab.netis intended to become the organized documentation surface for durable, interlinked knowledge pages
Related cross-cutting page:
Operating Pattern
The operator works through tazpod, infrastructure is provisioned and bootstrapped through ephemeral-castle, runtime desired state is reconciled through tazlab-k8s, and knowledge is increasingly split across active memory, semantic retrieval, and the wiki depending on the task.
Supporting Pages
- tazlab-repository-map
- ../concepts/tazlab-knowledge-layers
- tazlab-flux-dag
- tazlab-cluster-delivery-flow
- tazlab-secret-and-identity-flow
- tazlab-infrastructure-tech-stack
Open Questions
- Which system diagrams or tabular maps should be added next for faster onboarding?
- Which recurring operational workflows should be promoted from context files into dedicated wiki runbooks?