II.
PlatformService JSON
Structured · liveplatform-service:azure-aks
Azure Kubernetes Service json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "platform-service:azure-aks",
"_kind": "PlatformService",
"_file": "domain/platform-services/platform-services-azure.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Azure Kubernetes Service",
"description": "Managed Kubernetes on Azure.\n",
"category": "compute",
"providedByPlatformId": "platform:azure",
"implementsStackPartIds": [
"stack-part:kubernetes-cluster"
]
},
"outgoingEdges": [
{
"from": "platform-service:azure-aks",
"to": "platform:azure",
"kind": "provided_by"
},
{
"from": "platform-service:azure-aks",
"to": "stack-part:kubernetes-cluster",
"kind": "implements_stack_part"
},
{
"from": "platform-service:azure-aks",
"to": "stack-part:kubernetes-cluster",
"kind": "implements_stack_part",
"attributes": {}
},
{
"from": "platform-service:azure-aks",
"to": "platform-service:azure-container-registry",
"kind": "integrates_with",
"attributes": {
"attributes": {
"nature": "native"
}
}
}
],
"incomingEdges": [
{
"from": "platform:azure",
"to": "platform-service:azure-aks",
"kind": "provides",
"attributes": {}
},
{
"from": "stack-part:kubernetes-cluster",
"to": "platform-service:azure-aks",
"kind": "implemented_by",
"attributes": {}
}
]
}