{
  "id": "bbg-p0390-architecture-source-map-architecture-source",
  "title": "Virtualization Type Comparison",
  "chapter": "containers-and-orchestration",
  "batch": "04",
  "rank": 34,
  "sourcePage": 390,
  "sourcePointer": "p. 390",
  "status": "accepted",
  "reviewerStatus": "reviewed",
  "fidelityScore": 0.9,
  "canvas": {
    "width": 960,
    "height": 640
  },
  "fireworksTechGraph": {
    "style": "style-1-flat-icon",
    "diagramType": "comparison",
    "topologyNotes": [
      "source page render inspected",
      "extracted page text inspected",
      "preserve coarse grouping, sequence, and hierarchy from the inspected candidate page",
      "short generic labels only"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: Virtualization",
      "concept: How",
      "concept: Deploy",
      "concept: Scale",
      "concept: Architecture Source Map"
    ],
    "labelSource": "source-summary",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "none",
      "label": "No virtualization",
      "x": 58,
      "y": 150,
      "w": 180,
      "h": 270
    },
    {
      "id": "vm",
      "label": "Virtual machine",
      "x": 282,
      "y": 150,
      "w": 180,
      "h": 270
    },
    {
      "id": "container",
      "label": "Container",
      "x": 506,
      "y": 150,
      "w": 180,
      "h": 270
    },
    {
      "id": "serverless",
      "label": "Function",
      "x": 730,
      "y": 150,
      "w": 180,
      "h": 270
    }
  ],
  "shapes": [
    {
      "id": "app1",
      "kind": "rect",
      "label": "App",
      "detail": "shared OS",
      "x": 92,
      "y": 190,
      "w": 112,
      "h": 54,
      "tone": "blue"
    },
    {
      "id": "os1",
      "kind": "rect",
      "label": "Host OS",
      "detail": "bare metal",
      "x": 92,
      "y": 310,
      "w": 112,
      "h": 54,
      "tone": "gray"
    },
    {
      "id": "hypervisor",
      "kind": "rect",
      "label": "Hypervisor",
      "detail": "VM layer",
      "x": 316,
      "y": 190,
      "w": 112,
      "h": 54,
      "tone": "purple"
    },
    {
      "id": "guest",
      "kind": "rect",
      "label": "Guest OS",
      "detail": "per VM",
      "x": 316,
      "y": 310,
      "w": 112,
      "h": 54,
      "tone": "orange"
    },
    {
      "id": "engine",
      "kind": "rect",
      "label": "Container engine",
      "detail": "shared kernel",
      "x": 532,
      "y": 190,
      "w": 126,
      "h": 54,
      "tone": "teal"
    },
    {
      "id": "image",
      "kind": "rect",
      "label": "Image",
      "detail": "app deps",
      "x": 542,
      "y": 310,
      "w": 106,
      "h": 54,
      "tone": "green"
    },
    {
      "id": "runtime",
      "kind": "rect",
      "label": "Managed runtime",
      "detail": "provider",
      "x": 756,
      "y": 190,
      "w": 126,
      "h": 54,
      "tone": "blue"
    },
    {
      "id": "function",
      "kind": "hex",
      "label": "Function",
      "detail": "event code",
      "x": 760,
      "y": 304,
      "w": 118,
      "h": 68,
      "tone": "green"
    }
  ],
  "connectors": [
    {
      "from": "app1",
      "to": "os1",
      "label": "uses",
      "flow": "data"
    },
    {
      "from": "hypervisor",
      "to": "guest",
      "label": "hosts",
      "flow": "control"
    },
    {
      "from": "engine",
      "to": "image",
      "label": "runs",
      "flow": "main"
    },
    {
      "from": "runtime",
      "to": "function",
      "label": "invokes",
      "flow": "main"
    }
  ]
}
