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

platform-service:k8s-deployment

Structured · live

Kubernetes Deployment 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-deployment",
  "_kind": "PlatformService",
  "_file": "domain/platform-services/platform-services-kubernetes.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Kubernetes Deployment",
    "description": "Declarative ReplicaSet manager for stateless workloads.\n",
    "category": "compute",
    "providedByPlatformId": "platform:kubernetes",
    "implementsStackPartIds": []
  },
  "outgoingEdges": [
    {
      "from": "platform-service:k8s-deployment",
      "to": "platform:kubernetes",
      "kind": "provided_by"
    },
    {
      "from": "platform-service:k8s-deployment",
      "to": "platform-service:k8s-service",
      "kind": "integrates_with",
      "attributes": {
        "attributes": {
          "nature": "native"
        }
      }
    },
    {
      "from": "platform-service:k8s-deployment",
      "to": "platform-service:k8s-configmap",
      "kind": "integrates_with",
      "attributes": {
        "attributes": {
          "nature": "native"
        }
      }
    },
    {
      "from": "platform-service:k8s-deployment",
      "to": "platform-service:k8s-secret",
      "kind": "integrates_with",
      "attributes": {
        "attributes": {
          "nature": "native"
        }
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "platform:kubernetes",
      "to": "platform-service:k8s-deployment",
      "kind": "provides",
      "attributes": {}
    }
  ]
}