II.
PlatformService JSON
Structured · liveplatform-service:k8s-secret
Kubernetes Secret json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "platform-service:k8s-secret",
"_kind": "PlatformService",
"_file": "domain/platform-services/platform-services-kubernetes.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Kubernetes Secret",
"description": "Base64-encoded credential payload (encrypted at rest when KMS configured).\n",
"category": "security",
"providedByPlatformId": "platform:kubernetes",
"implementsStackPartIds": [
"stack-part:secrets-manager"
]
},
"outgoingEdges": [
{
"from": "platform-service:k8s-secret",
"to": "platform:kubernetes",
"kind": "provided_by"
},
{
"from": "platform-service:k8s-secret",
"to": "stack-part:secrets-manager",
"kind": "implements_stack_part"
},
{
"from": "platform-service:k8s-secret",
"to": "stack-part:secrets-manager",
"kind": "implements_stack_part",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "platform-service:k8s-deployment",
"to": "platform-service:k8s-secret",
"kind": "integrates_with",
"attributes": {
"attributes": {
"nature": "native"
}
}
},
{
"from": "platform:kubernetes",
"to": "platform-service:k8s-secret",
"kind": "provides",
"attributes": {}
}
]
}