{
  "id": "bbg-p0112-containers-and-orchestration-containers-and",
  "title": "Virtualization vs Containerization",
  "chapter": "containers-and-orchestration",
  "batch": "12",
  "rank": 112,
  "sourcePage": 112,
  "sourcePointer": "p. 112",
  "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",
      "source page render inspected",
      "preserve comparison: virtual machines isolate full guest operating systems through a hypervisor while containers isolate applications sharing the host kernel",
      "omit vendor logos and copied source examples"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: physical hardware",
      "concept: hypervisor",
      "concept: guest OS per VM",
      "concept: container runtime",
      "concept: shared host kernel",
      "concept: app dependencies"
    ],
    "labelSource": "curated",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "bare",
      "label": "Bare metal",
      "x": 58,
      "y": 128,
      "w": 190,
      "h": 312
    },
    {
      "id": "vm",
      "label": "Virtualization",
      "x": 302,
      "y": 128,
      "w": 260,
      "h": 312
    },
    {
      "id": "container",
      "label": "Containerization",
      "x": 616,
      "y": 128,
      "w": 286,
      "h": 312
    }
  ],
  "shapes": [
    {
      "id": "hardware",
      "kind": "rect",
      "label": "Hardware",
      "detail": "server",
      "x": 98,
      "y": 344,
      "w": 112,
      "h": 50,
      "tone": "gray"
    },
    {
      "id": "hostos",
      "kind": "rect",
      "label": "Host OS",
      "detail": "kernel",
      "x": 98,
      "y": 250,
      "w": 112,
      "h": 50,
      "tone": "blue"
    },
    {
      "id": "bareapp",
      "kind": "rect",
      "label": "App",
      "detail": "direct install",
      "x": 98,
      "y": 166,
      "w": 112,
      "h": 50,
      "tone": "green"
    },
    {
      "id": "hypervisor",
      "kind": "gateway",
      "label": "Hypervisor",
      "detail": "emulates",
      "x": 376,
      "y": 330,
      "w": 116,
      "h": 70,
      "tone": "purple"
    },
    {
      "id": "guest1",
      "kind": "rect",
      "label": "Guest OS",
      "detail": "VM one",
      "x": 332,
      "y": 230,
      "w": 100,
      "h": 50,
      "tone": "orange"
    },
    {
      "id": "guest2",
      "kind": "rect",
      "label": "Guest OS",
      "detail": "VM two",
      "x": 444,
      "y": 230,
      "w": 100,
      "h": 50,
      "tone": "orange"
    },
    {
      "id": "vmapp",
      "kind": "rect",
      "label": "App",
      "detail": "inside VM",
      "x": 388,
      "y": 158,
      "w": 100,
      "h": 50,
      "tone": "green"
    },
    {
      "id": "runtime",
      "kind": "rect",
      "label": "Runtime",
      "detail": "container engine",
      "x": 704,
      "y": 330,
      "w": 118,
      "h": 50,
      "tone": "teal"
    },
    {
      "id": "shared",
      "kind": "rect",
      "label": "Shared kernel",
      "detail": "host OS",
      "x": 704,
      "y": 250,
      "w": 118,
      "h": 50,
      "tone": "blue"
    },
    {
      "id": "containers",
      "kind": "queue",
      "label": "Containers",
      "detail": "isolated apps",
      "x": 694,
      "y": 168,
      "w": 138,
      "h": 48,
      "tone": "green"
    }
  ],
  "connectors": [
    {
      "from": "hardware",
      "to": "hostos",
      "label": "runs",
      "flow": "main"
    },
    {
      "from": "hostos",
      "to": "bareapp",
      "label": "starts",
      "flow": "main"
    },
    {
      "from": "hardware",
      "to": "hypervisor",
      "label": "virtualize",
      "flow": "control"
    },
    {
      "from": "hypervisor",
      "to": "guest1",
      "label": "guest",
      "flow": "main"
    },
    {
      "from": "hypervisor",
      "to": "guest2",
      "label": "guest",
      "flow": "main"
    },
    {
      "from": "guest1",
      "to": "vmapp",
      "label": "run app",
      "flow": "data"
    },
    {
      "from": "hardware",
      "to": "runtime",
      "label": "host",
      "flow": "main"
    },
    {
      "from": "runtime",
      "to": "shared",
      "label": "uses",
      "flow": "data"
    },
    {
      "from": "shared",
      "to": "containers",
      "label": "isolate",
      "flow": "control"
    }
  ]
}
