II.
Execution JSON
Structured · liveexecution:k8s-job
Kubernetes Job json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": []
}