iiRecord
Agentic AI Atlas · Kubernetes Service
platform-service:k8s-servicea5c.ai
II.
PlatformService JSON

platform-service:k8s-service

Structured · live

Kubernetes Service json

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

File · domain/platform-services/platform-services-kubernetes.yamlCluster · domain
Record JSON
{
  "id": "platform-service:k8s-service",
  "_kind": "PlatformService",
  "_file": "domain/platform-services/platform-services-kubernetes.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Kubernetes Service",
    "description": "Stable virtual IP and DNS for a set of Pods (ClusterIP/NodePort/LoadBalancer).\n",
    "category": "networking",
    "providedByPlatformId": "platform:kubernetes",
    "implementsStackPartIds": [
      "stack-part:load-balancer"
    ]
  },
  "outgoingEdges": [
    {
      "from": "platform-service:k8s-service",
      "to": "platform:kubernetes",
      "kind": "provided_by"
    },
    {
      "from": "platform-service:k8s-service",
      "to": "stack-part:load-balancer",
      "kind": "implements_stack_part"
    },
    {
      "from": "platform-service:k8s-service",
      "to": "stack-part:load-balancer",
      "kind": "implements_stack_part",
      "attributes": {}
    },
    {
      "from": "platform-service:k8s-service",
      "to": "platform-service:k8s-ingress",
      "kind": "integrates_with",
      "attributes": {
        "attributes": {
          "nature": "native"
        }
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "platform-service:k8s-deployment",
      "to": "platform-service:k8s-service",
      "kind": "integrates_with",
      "attributes": {
        "attributes": {
          "nature": "native"
        }
      }
    },
    {
      "from": "platform:kubernetes",
      "to": "platform-service:k8s-service",
      "kind": "provides",
      "attributes": {}
    }
  ]
}