iiRecord
Agentic AI Atlas · Kubernetes Job
execution:k8s-joba5c.ai
II.
Execution JSON

execution:k8s-job

Structured · live

Kubernetes Job json

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

File · lifecycle/executions/example-execution-local.yamlCluster · lifecycle
Record JSON
{
  "id": "execution:k8s-job",
  "_kind": "Execution",
  "_file": "lifecycle/executions/example-execution-local.yaml",
  "_cluster": "lifecycle",
  "attributes": {
    "displayName": "Kubernetes Job",
    "kind": "kubernetes",
    "description": "Agent runs as a one-shot Kubernetes Job. terminationGracePeriodSeconds\ngoverns SIGTERM delivery before SIGKILL.\n",
    "processLifecycleModel": "k8s-grace",
    "signalPropagation": "reliable",
    "resourceLimits": {
      "cpu": "1",
      "memoryMb": "2048",
      "timeoutMs": "1800000",
      "networkAllowed": "true"
    },
    "isolation": "container",
    "networkPolicy": "egress-allowlist",
    "fsAccess": "overlay-fs",
    "gpuAccess": "none",
    "sandboxImpl": "gvisor"
  },
  "outgoingEdges": [
    {
      "from": "execution:k8s-job",
      "to": "layer:8-execution",
      "kind": "realizes",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}