Skip to main content

Content System

This page defines the repeatable system for growing the wiki without turning it into a folder of disconnected notes.

Page Types

TypePurposeBest Format
Track pageA durable domain such as AI architecture, platform engineering, or hardwareOverview, topic list, flagship links
Project pageA complete system or buildArchitecture layers, diagrams, decisions, runbooks
Build logA dated implementation journalContext, attempt, failure, fix, learning
Decision recordA durable architecture choiceContext, constraints, options, decision, consequences
Visual referenceA diagram-first explanationMermaid, Excalidraw export, SVG/PNG, notes

Frontmatter Standard

Use consistent metadata on every substantial page. This improves search, navigation, future automation, and content audits.

title: Private Compute Cluster
description: OpenStack, Ceph, KVM/QEMU, and SDN architecture notes.
slug: /engineeringnexus/projects/private-compute-cluster
tags: [OpenStack, Ceph, SDN, KVM, Platform Engineering]
status: active
level: advanced
updated: 2026-05-24

Writing Standard

Every strong page should make the engineering visible:

  1. Define the system or idea in plain language.
  2. State the constraints and why they matter.
  3. Show the architecture with at least one visual representation.
  4. Explain tradeoffs, decisions, and failure modes.
  5. Capture what changed after implementation.

Visual Standard

Use the simplest visual that communicates the system accurately.

NeedUse
Fast flow or dependency mapMermaid
Rough system explorationExcalidraw
Portfolio-grade referenceSVG or PNG
Tradeoff comparisonTable or decision matrix
Durable architecture choiceDecision record

Search Tags

Prefer durable tags over temporary moods. Good tags include technologies, domains, patterns, and outcomes:

  • OpenStack, Ceph, KVM, QEMU, SDN
  • AI Architecture, Agents, RAG, Evaluation
  • Platform Engineering, SRE, Kubernetes, CI/CD
  • Drones, IoT, Embedded Linux, Edge Computing
  • Algorithms, CAT, Quant, DILR, VARC