II.
Topic JSON
Structured · livetopic:immutable-infrastructure
Immutable Infrastructure json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:immutable-infrastructure",
"_kind": "Topic",
"_file": "domain/topics/topics-engineering-practices.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Immutable Infrastructure",
"description": "Immutable Infrastructure as a cross-cutting topic - the practice of\nreplacing infrastructure components rather than mutating them in place.\nCovers golden image pipelines (AMIs, container images), ephemeral\nenvironments, and the reliability benefits of eliminating configuration\ndrift at the cost of slower iteration cycles for infrastructure changes.\n"
},
"outgoingEdges": [
{
"from": "topic:immutable-infrastructure",
"to": "domain:devops",
"kind": "applies_to"
},
{
"from": "topic:immutable-infrastructure",
"to": "domain:cloud-infra",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:cloud-infra",
"to": "topic:immutable-infrastructure",
"kind": "contains"
},
{
"from": "lib-process:devops-sre-platform--container-image-management",
"to": "topic:immutable-infrastructure",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:devops-sre-platform--container-images",
"to": "topic:immutable-infrastructure",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
}
]
}