Skip to content

Deep Wiki Knowledge Base ​

Welcome to the nogoo9 Deep Wiki Knowledge Base. This section provides deep architectural documentation, component interaction sequence diagrams, state machine specifications, security threat models, and subsystem designs for the nogoo9 platform.


πŸ—ΊοΈ System Architecture & Subsystems ​


πŸ“š Deep Wiki Directory ​

SectionDescriptionKey Topics
Architecture OverviewEnd-to-end component topology and system boundariesGateway design, zero-operator philosophy, request pathways, modular UI
Zero-CRD Pod LifecyclePod orchestration & upgrade state machinesPod spec generation, annotations, PVC locking, concurrency limits (ADR-026), 1-by-1 vs bulk upgrades
Auth & Security ModelOIDC authentication & cookie cryptoRFC 9728 metadata, AES-256-GCM cookies, singleflight refresh deduplication, template role/scope authorization (ADR-027)
Routing Proxy & TunnelingDynamic reverse proxying & auth modesHeader rewriting (X-User-Sub), WS piping, token-api / inject-headers, HTTP fallback transport
Peer Discovery & HAMulti-replica secret negotiationLeaderless startup, shared session keys, zero-database HA
MCP Tool Engine & SchemasMCP protocol implementationTransport adapters, tool registration, spawner & pod handler contracts, metadata extensions
UI & MCP Client IntegrationFrontend web dashboard & client bridgeModular React architecture (src/ui/components/), OIDC PKCE flow, handshake rules