{
  "id": "bbg-p0020-cloud-infrastructure-and-iac-cloud",
  "title": "Infrastructure as Code Landscape",
  "chapter": "cloud-infrastructure-and-iac",
  "batch": "15",
  "rank": 145,
  "sourcePage": 20,
  "sourcePointer": "p. 20",
  "status": "accepted",
  "reviewerStatus": "reviewed",
  "fidelityScore": 0.9,
  "canvas": {
    "width": 960,
    "height": 640
  },
  "fireworksTechGraph": {
    "style": "style-1-flat-icon",
    "diagramType": "flowchart",
    "topologyNotes": [
      "source page render inspected",
      "extracted page text inspected",
      "source page render and extracted text inspected",
      "preserve landscape progression: containerization, orchestration, IaC, configuration management, GitOps, and CI/CD",
      "omit product logos and dense source tables"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: containerization",
      "concept: container orchestration",
      "concept: infrastructure as code",
      "concept: configuration management",
      "concept: GitOps"
    ],
    "labelSource": "curated",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "landscape",
      "label": "Repeatable infrastructure path",
      "x": 54,
      "y": 150,
      "w": 852,
      "h": 260
    }
  ],
  "shapes": [
    {
      "id": "container",
      "kind": "rect",
      "label": "Containerize",
      "detail": "package app",
      "x": 88,
      "y": 228,
      "w": 132,
      "h": 58,
      "tone": "blue"
    },
    {
      "id": "orchestrate",
      "kind": "rect",
      "label": "Orchestrate",
      "detail": "multi-container",
      "x": 256,
      "y": 228,
      "w": 132,
      "h": 58,
      "tone": "green"
    },
    {
      "id": "iac",
      "kind": "rect",
      "label": "IaC",
      "detail": "provision code",
      "x": 424,
      "y": 228,
      "w": 132,
      "h": 58,
      "tone": "orange"
    },
    {
      "id": "config",
      "kind": "rect",
      "label": "Configure",
      "detail": "desired state",
      "x": 592,
      "y": 228,
      "w": 132,
      "h": 58,
      "tone": "purple"
    },
    {
      "id": "gitops",
      "kind": "gateway",
      "label": "GitOps",
      "detail": "Git plus CI/CD",
      "x": 754,
      "y": 216,
      "w": 122,
      "h": 82,
      "tone": "teal"
    }
  ],
  "connectors": [
    {
      "from": "container",
      "to": "orchestrate",
      "label": "scale",
      "flow": "main"
    },
    {
      "from": "orchestrate",
      "to": "iac",
      "label": "define",
      "flow": "main"
    },
    {
      "from": "iac",
      "to": "config",
      "label": "apply",
      "flow": "control"
    },
    {
      "from": "config",
      "to": "gitops",
      "label": "automate",
      "flow": "main"
    }
  ]
}
