iiRecord
Agentic AI Atlas · Block Storage
stack-part:block-storagea5c.ai
II.
StackPart JSON

stack-part:block-storage

Structured · live

Block Storage json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/stack-parts/stack-parts-storage.yamlCluster · domain
Record JSON
{
  "id": "stack-part:block-storage",
  "_kind": "StackPart",
  "_file": "domain/stack-parts/stack-parts-storage.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Block Storage",
    "category": "data-store",
    "description": "Network-attached block volumes (EBS, Persistent Disk, Azure Managed\nDisks, Fly Volumes).\n"
  },
  "outgoingEdges": [
    {
      "from": "stack-part:block-storage",
      "to": "platform-service:fly-volumes",
      "kind": "implemented_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "platform-service:k8s-pvc",
      "to": "stack-part:block-storage",
      "kind": "implements_stack_part"
    },
    {
      "from": "platform-service:k8s-pvc",
      "to": "stack-part:block-storage",
      "kind": "implements_stack_part",
      "attributes": {}
    },
    {
      "from": "platform-service:fly-volumes",
      "to": "stack-part:block-storage",
      "kind": "implements_stack_part"
    },
    {
      "from": "platform-service:fly-volumes",
      "to": "stack-part:block-storage",
      "kind": "implements_stack_part",
      "attributes": {}
    }
  ]
}