iiRecord
Agentic AI Atlas · Service Mesh
stack-part:service-mesha5c.ai
II.
StackPart JSON

stack-part:service-mesh

Structured · live

Service Mesh json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/stack-parts/service-mesh.yamlCluster · domain
Record JSON
{
  "id": "stack-part:service-mesh",
  "_kind": "StackPart",
  "_file": "domain/stack-parts/service-mesh.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Service Mesh",
    "category": "infrastructure",
    "description": "Dedicated infrastructure layer for service-to-service communication - mTLS, traffic shaping, retries, observability via sidecar or ambient proxies. Examples: Istio, Linkerd, Consul Connect.\n"
  },
  "outgoingEdges": [
    {
      "from": "stack-part:service-mesh",
      "to": "skill-area:service-mesh-config",
      "kind": "stack_part_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "skill-area:service-mesh-config",
      "to": "stack-part:service-mesh",
      "kind": "uses_stack_part"
    },
    {
      "from": "tool:istio",
      "to": "stack-part:service-mesh",
      "kind": "implements_stack_part",
      "attributes": {}
    },
    {
      "from": "tool:linkerd",
      "to": "stack-part:service-mesh",
      "kind": "implements_stack_part",
      "attributes": {}
    }
  ]
}