II.
PlatformService JSON
Structured · liveplatform-service:k8s-deployment
Kubernetes Deployment json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": {}
}
]
}