iiRecord
Agentic AI Atlas · Container Runtime
stack-part:container-runtimea5c.ai
II.
StackPart JSON

stack-part:container-runtime

Structured · live

Container Runtime json

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

File · domain/stack-parts/stack-parts-compute.yamlCluster · domain
Record JSON
{
  "id": "stack-part:container-runtime",
  "_kind": "StackPart",
  "_file": "domain/stack-parts/stack-parts-compute.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Container Runtime",
    "category": "compute",
    "description": "Managed service that runs OCI containers without orchestrating a\ncluster (Cloud Run, Fargate, Container Apps, Heroku Dyno, Fly App,\nRailway Service).\n"
  },
  "outgoingEdges": [
    {
      "from": "stack-part:container-runtime",
      "to": "platform-service:gcp-cloud-run",
      "kind": "implemented_by",
      "attributes": {}
    },
    {
      "from": "stack-part:container-runtime",
      "to": "platform-service:heroku-dynos",
      "kind": "implemented_by",
      "attributes": {}
    },
    {
      "from": "stack-part:container-runtime",
      "to": "platform-service:fly-apps",
      "kind": "implemented_by",
      "attributes": {}
    },
    {
      "from": "stack-part:container-runtime",
      "to": "platform-service:railway-service",
      "kind": "implemented_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "platform-service:gcp-cloud-run",
      "to": "stack-part:container-runtime",
      "kind": "implements_stack_part"
    },
    {
      "from": "platform-service:gcp-cloud-run",
      "to": "stack-part:container-runtime",
      "kind": "implements_stack_part",
      "attributes": {}
    },
    {
      "from": "platform-service:dokploy-app",
      "to": "stack-part:container-runtime",
      "kind": "implements_stack_part"
    },
    {
      "from": "platform-service:dokploy-app",
      "to": "stack-part:container-runtime",
      "kind": "implements_stack_part",
      "attributes": {}
    },
    {
      "from": "platform-service:heroku-dynos",
      "to": "stack-part:container-runtime",
      "kind": "implements_stack_part"
    },
    {
      "from": "platform-service:heroku-dynos",
      "to": "stack-part:container-runtime",
      "kind": "implements_stack_part",
      "attributes": {}
    },
    {
      "from": "platform-service:fly-apps",
      "to": "stack-part:container-runtime",
      "kind": "implements_stack_part"
    },
    {
      "from": "platform-service:fly-apps",
      "to": "stack-part:container-runtime",
      "kind": "implements_stack_part",
      "attributes": {}
    },
    {
      "from": "platform-service:railway-service",
      "to": "stack-part:container-runtime",
      "kind": "implements_stack_part"
    },
    {
      "from": "platform-service:railway-service",
      "to": "stack-part:container-runtime",
      "kind": "implements_stack_part",
      "attributes": {}
    },
    {
      "from": "tool:docker",
      "to": "stack-part:container-runtime",
      "kind": "implements_stack_part",
      "attributes": {}
    },
    {
      "from": "tool:colima",
      "to": "stack-part:container-runtime",
      "kind": "implements_stack_part",
      "attributes": {}
    }
  ]
}