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

platform-service:k8s-ingress

Structured · live

Kubernetes Ingress 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-ingress",
  "_kind": "PlatformService",
  "_file": "domain/platform-services/platform-services-kubernetes.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Kubernetes Ingress",
    "description": "L7 routing into the cluster (paths, hosts, TLS).\n",
    "category": "networking",
    "providedByPlatformId": "platform:kubernetes",
    "implementsStackPartIds": [
      "stack-part:reverse-proxy",
      "stack-part:api-gateway"
    ]
  },
  "outgoingEdges": [
    {
      "from": "platform-service:k8s-ingress",
      "to": "platform:kubernetes",
      "kind": "provided_by"
    },
    {
      "from": "platform-service:k8s-ingress",
      "to": "stack-part:reverse-proxy",
      "kind": "implements_stack_part"
    },
    {
      "from": "platform-service:k8s-ingress",
      "to": "stack-part:api-gateway",
      "kind": "implements_stack_part"
    },
    {
      "from": "platform-service:k8s-ingress",
      "to": "stack-part:reverse-proxy",
      "kind": "implements_stack_part",
      "attributes": {}
    },
    {
      "from": "platform-service:k8s-ingress",
      "to": "stack-part:api-gateway",
      "kind": "implements_stack_part",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "platform-service:k8s-service",
      "to": "platform-service:k8s-ingress",
      "kind": "integrates_with",
      "attributes": {
        "attributes": {
          "nature": "native"
        }
      }
    },
    {
      "from": "platform:kubernetes",
      "to": "platform-service:k8s-ingress",
      "kind": "provides",
      "attributes": {}
    }
  ]
}