II.
Topic JSON
Structured · livetopic:ci-runners
CI Runners json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:ci-runners",
"_kind": "Topic",
"_file": "domain/topics/topics-cicd.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "CI Runners",
"description": "CI Runners as a cross-cutting topic - the execution environments that process\npipeline jobs. Covers GitHub-hosted ephemeral runners, self-hosted runner\nregistration and lifecycle management, runner groups and routing labels,\nautoscaling runner pools (Actions Runner Controller, KEDA-based), container-based\nephemeral runners for security isolation, ARM/GPU-class runner provisioning,\nand cost optimization through runner fleet right-sizing.\n"
},
"outgoingEdges": [
{
"from": "topic:ci-runners",
"to": "domain:devops",
"kind": "applies_to"
},
{
"from": "topic:ci-runners",
"to": "domain:cloud-infra",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:cloud-infra",
"to": "topic:ci-runners",
"kind": "contains"
},
{
"from": "domain:devops",
"to": "topic:ci-runners",
"kind": "contains"
}
]
}