II.
PlatformService JSON
Structured · liveplatform-service:k8s-hpa
Kubernetes HorizontalPodAutoscaler json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "platform-service:k8s-hpa",
"_kind": "PlatformService",
"_file": "domain/platform-services/platform-services-kubernetes.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Kubernetes HorizontalPodAutoscaler",
"description": "Scales Pod replicas on metrics (CPU, memory, custom).\n",
"category": "compute",
"providedByPlatformId": "platform:kubernetes",
"implementsStackPartIds": []
},
"outgoingEdges": [
{
"from": "platform-service:k8s-hpa",
"to": "platform:kubernetes",
"kind": "provided_by"
}
],
"incomingEdges": [
{
"from": "platform:kubernetes",
"to": "platform-service:k8s-hpa",
"kind": "provides",
"attributes": {}
}
]
}