II.
Platform JSON
Structured · liveplatform:kubernetes
Kubernetes json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "platform:kubernetes",
"_kind": "Platform",
"_file": "domain/platforms/platforms.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Kubernetes",
"description": "Open-source container orchestration platform whose first-party API objects (Deployment, Service, Ingress, ...) are modeled here as PlatformServices.\n",
"kind": "k8s-distribution",
"homepageUrl": "https://kubernetes.io/",
"ownerCompany": "CNCF"
},
"outgoingEdges": [
{
"from": "platform:kubernetes",
"to": "platform-service:k8s-deployment",
"kind": "provides",
"attributes": {}
},
{
"from": "platform:kubernetes",
"to": "platform-service:k8s-service",
"kind": "provides",
"attributes": {}
},
{
"from": "platform:kubernetes",
"to": "platform-service:k8s-ingress",
"kind": "provides",
"attributes": {}
},
{
"from": "platform:kubernetes",
"to": "platform-service:k8s-configmap",
"kind": "provides",
"attributes": {}
},
{
"from": "platform:kubernetes",
"to": "platform-service:k8s-secret",
"kind": "provides",
"attributes": {}
},
{
"from": "platform:kubernetes",
"to": "platform-service:k8s-pvc",
"kind": "provides",
"attributes": {}
},
{
"from": "platform:kubernetes",
"to": "platform-service:k8s-hpa",
"kind": "provides",
"attributes": {}
},
{
"from": "platform:kubernetes",
"to": "platform-service:k8s-crd",
"kind": "provides",
"attributes": {}
},
{
"from": "platform:kubernetes",
"to": "platform-service:k8s-operator",
"kind": "provides",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "platform-service:k8s-deployment",
"to": "platform:kubernetes",
"kind": "provided_by"
},
{
"from": "platform-service:k8s-service",
"to": "platform:kubernetes",
"kind": "provided_by"
},
{
"from": "platform-service:k8s-ingress",
"to": "platform:kubernetes",
"kind": "provided_by"
},
{
"from": "platform-service:k8s-configmap",
"to": "platform:kubernetes",
"kind": "provided_by"
},
{
"from": "platform-service:k8s-secret",
"to": "platform:kubernetes",
"kind": "provided_by"
},
{
"from": "platform-service:k8s-pvc",
"to": "platform:kubernetes",
"kind": "provided_by"
},
{
"from": "platform-service:k8s-hpa",
"to": "platform:kubernetes",
"kind": "provided_by"
},
{
"from": "platform-service:k8s-crd",
"to": "platform:kubernetes",
"kind": "provided_by"
},
{
"from": "platform-service:k8s-operator",
"to": "platform:kubernetes",
"kind": "provided_by"
},
{
"from": "platform:krate",
"to": "platform:kubernetes",
"kind": "integrates_with",
"attributes": {
"notes": "Core runtime — all resources are K8s API objects"
}
},
{
"from": "tool-server:mcp-kubernetes",
"to": "platform:kubernetes",
"kind": "integrates_with",
"attributes": {}
}
]
}