{
  "id": "bbg-p0178-containers-and-orchestration-containers-and",
  "title": "Kubernetes Learning Map",
  "chapter": "containers-and-orchestration",
  "batch": "07",
  "rank": 64,
  "sourcePage": 178,
  "sourcePointer": "p. 178",
  "status": "accepted",
  "reviewerStatus": "reviewed",
  "fidelityScore": 0.9,
  "canvas": {
    "width": 960,
    "height": 640
  },
  "fireworksTechGraph": {
    "style": "style-1-flat-icon",
    "diagramType": "architecture",
    "topologyNotes": [
      "source page render inspected",
      "extracted page text inspected",
      "source page render inspected",
      "preserve Kubernetes learning topology: core architecture, workloads/controllers, networking/service discovery, config/storage, observability, security, scaling, and ecosystem tools",
      "omit logos and long roadmap prose"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: cluster node pod control plane",
      "concept: workload controllers",
      "concept: services ingress networking",
      "concept: config maps secrets volumes",
      "concept: autoscaling and observability"
    ],
    "labelSource": "curated",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "core",
      "label": "Core architecture",
      "x": 58,
      "y": 126,
      "w": 252,
      "h": 318
    },
    {
      "id": "workloads",
      "label": "Workloads and config",
      "x": 354,
      "y": 126,
      "w": 252,
      "h": 318
    },
    {
      "id": "ops",
      "label": "Operations",
      "x": 650,
      "y": 126,
      "w": 252,
      "h": 318
    }
  ],
  "shapes": [
    {
      "id": "cluster",
      "kind": "rect",
      "label": "Cluster",
      "detail": "nodes pods",
      "x": 96,
      "y": 164,
      "w": 118,
      "h": 48,
      "tone": "blue"
    },
    {
      "id": "control",
      "kind": "gateway",
      "label": "Control plane",
      "detail": "schedule",
      "x": 96,
      "y": 256,
      "w": 118,
      "h": 70,
      "tone": "purple"
    },
    {
      "id": "worker",
      "kind": "rect",
      "label": "Worker node",
      "detail": "kubelet runtime",
      "x": 96,
      "y": 368,
      "w": 118,
      "h": 48,
      "tone": "green"
    },
    {
      "id": "deploy",
      "kind": "rect",
      "label": "Deployment",
      "detail": "replicas",
      "x": 392,
      "y": 154,
      "w": 118,
      "h": 48,
      "tone": "orange"
    },
    {
      "id": "service",
      "kind": "rect",
      "label": "Service",
      "detail": "discovery",
      "x": 392,
      "y": 236,
      "w": 118,
      "h": 48,
      "tone": "teal"
    },
    {
      "id": "config",
      "kind": "rect",
      "label": "Config storage",
      "detail": "secrets volumes",
      "x": 392,
      "y": 318,
      "w": 118,
      "h": 48,
      "tone": "gray"
    },
    {
      "id": "scale",
      "kind": "rect",
      "label": "Autoscaling",
      "detail": "HPA VPA cluster",
      "x": 692,
      "y": 164,
      "w": 118,
      "h": 48,
      "tone": "red"
    },
    {
      "id": "observe",
      "kind": "rect",
      "label": "Observability",
      "detail": "logs metrics",
      "x": 692,
      "y": 256,
      "w": 118,
      "h": 48,
      "tone": "blue"
    },
    {
      "id": "security",
      "kind": "rect",
      "label": "Security",
      "detail": "RBAC network",
      "x": 692,
      "y": 348,
      "w": 118,
      "h": 48,
      "tone": "green"
    }
  ],
  "connectors": [
    {
      "from": "cluster",
      "to": "control",
      "label": "managed by",
      "flow": "control"
    },
    {
      "from": "control",
      "to": "worker",
      "label": "schedules",
      "flow": "main"
    },
    {
      "from": "deploy",
      "to": "service",
      "label": "expose",
      "flow": "main"
    },
    {
      "from": "service",
      "to": "config",
      "label": "mount",
      "flow": "data"
    },
    {
      "from": "scale",
      "to": "deploy",
      "label": "adjust",
      "flow": "control"
    },
    {
      "from": "observe",
      "to": "scale",
      "label": "metrics",
      "flow": "data"
    },
    {
      "from": "security",
      "to": "service",
      "label": "guard",
      "flow": "control"
    }
  ]
}
