{
  "type": "excalidraw",
  "version": 2,
  "source": "https://excalidraw.com",
  "elements": [
    {
      "type": "text",
      "version": 1,
      "versionNonce": 1,
      "isDeleted": false,
      "id": "placeholder-title",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "angle": 0,
      "x": 100,
      "y": 80,
      "width": 600,
      "height": 30,
      "seed": 1,
      "groupIds": [],
      "frameId": null,
      "roundness": null,
      "boundElements": [],
      "updated": 1,
      "link": null,
      "locked": false,
      "fontSize": 28,
      "fontFamily": 1,
      "text": "Figure 8.1 \u2014 Four debugging layers",
      "textAlign": "left",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "Figure 8.1 \u2014 Four debugging layers",
      "lineHeight": 1.25,
      "baseline": 22
    },
    {
      "type": "text",
      "version": 1,
      "versionNonce": 2,
      "isDeleted": false,
      "id": "placeholder-hint",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "angle": 0,
      "x": 100,
      "y": 140,
      "width": 600,
      "height": 200,
      "seed": 2,
      "groupIds": [],
      "frameId": null,
      "roundness": null,
      "boundElements": [],
      "updated": 1,
      "link": null,
      "locked": false,
      "fontSize": 16,
      "fontFamily": 1,
      "text": "Four stacked rectangles, top to bottom, each with a \"cost\"\nbadge to the right.\n\n  1. podman commands (cheapest)\n     \u2014 inspect, logs, top, stats, events\n  2. structured logs (cheap)\n     \u2014 JSON to stdout, trace IDs, ready signals\n  3. debug sidecar (moderate, accent)\n     \u2014 ubi9/toolbox + shared namespaces\n  4. kubectl debug (most invasive)\n     \u2014 cluster-side ephemeral debug pod\n\nCaption: use the cheapest layer that answers the question.\n",
      "textAlign": "left",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "Four stacked rectangles, top to bottom, each with a \"cost\"\nbadge to the right.\n\n  1. podman commands (cheapest)\n     \u2014 inspect, logs, top, stats, events\n  2. structured logs (cheap)\n     \u2014 JSON to stdout, trace IDs, ready signals\n  3. debug sidecar (moderate, accent)\n     \u2014 ubi9/toolbox + shared namespaces\n  4. kubectl debug (most invasive)\n     \u2014 cluster-side ephemeral debug pod\n\nCaption: use the cheapest layer that answers the question.\n",
      "lineHeight": 1.3,
      "baseline": 14
    }
  ],
  "appState": {
    "gridSize": null,
    "viewBackgroundColor": "#ffffff"
  },
  "files": {}
}