II.
Topic JSON
Structured · livetopic:blue-green-deployment
Blue/Green Deployment json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:blue-green-deployment",
"_kind": "Topic",
"_file": "domain/topics/topics-additional.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Blue/Green Deployment",
"description": "Blue/Green Deployment as a cross-cutting topic - maintaining two identical\nproduction environments and switching traffic between them for zero-downtime\nreleases and instant rollback capability. Simplifies cutover semantics but\ndoubles infrastructure footprint and requires careful state and database\nmigration handling during transitions.\n"
},
"outgoingEdges": [
{
"from": "topic:blue-green-deployment",
"to": "domain:devops",
"kind": "applies_to"
},
{
"from": "topic:blue-green-deployment",
"to": "domain:cloud-infra",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:cloud-infra",
"to": "topic:blue-green-deployment",
"kind": "contains"
},
{
"from": "domain:devops",
"to": "topic:blue-green-deployment",
"kind": "contains"
}
]
}