Service-Infrastructure Mapping

Auto-Discovery:

  1. Services and infrastructure with the same host_name are auto-mapped.
  2. Resources sharing the same cloud_region are also mapped.

Manual Mapping:

  1. Unmapped services appear in the "Orphan Services" section.
  2. Drag the service card onto the target infrastructure.
  3. The mapping is saved immediately and persists.

Mapping Storage:

json {
  "serviceInfrastructureMapping": {
    "service-id-1": "infrastructure-id-1",
    "service-id-2": "infrastructure-id-2"
  }
}

Unmapping:

  1. Find the mapped service.
  2. Click the ❌ icon next to its status.
  3. Confirm in the modal.
  4. The service moves back to "Orphan Services".