II.
DeploymentTarget JSON
Structured · livedeployment-target:eks-prod-us-east-1
Production EKS cluster (us-east-1) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "deployment-target:eks-prod-us-east-1",
"_kind": "DeploymentTarget",
"_file": "catalog-meta/deployment-targets/eks-prod.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "Production EKS cluster (us-east-1)",
"targetType": "eks",
"environment": "prod",
"cloudRegion": "us-east-1",
"clusterName": "babysitter-prod",
"namespace": "babysitter",
"ingressHostnames": [
"kanban.babysitter.example.com",
"gateway.babysitter.example.com"
],
"ingressTls": true,
"ingressClassName": "alb",
"authMode": "bootstrap-admin",
"storageClassName": "gp3",
"autoApplyTerraform": false,
"autoApplyKubernetes": false,
"description": "Production EKS cluster in us-east-1. autoApply* flags are false in\nproduction so terraform plans and kubernetes manifests must be\nreviewed by a human before apply. authMode = bootstrap-admin\nrequires `adminPasswordSecretRef` to be set on the AuthConfig at\napply-time.\n"
},
"outgoingEdges": [
{
"from": "deployment-target:eks-prod-us-east-1",
"to": "platform-service:aws-eks",
"kind": "deployment_target_uses_infrastructure"
}
],
"incomingEdges": []
}