II.
DeploymentTarget JSON
Structured · livedeployment-target:minikube-local
Local minikube dev cluster json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "deployment-target:minikube-local",
"_kind": "DeploymentTarget",
"_file": "catalog-meta/deployment-targets/minikube-local.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "Local minikube dev cluster",
"targetType": "minikube",
"environment": "minikube",
"namespace": "babysitter",
"minikubeProfile": "babysitter-dev",
"ingressHostnames": [
"babysitter.local"
],
"ingressTls": false,
"authMode": "local-dev",
"autoApplyTerraform": false,
"autoApplyKubernetes": true,
"description": "Single-node minikube profile used for local development of the\nbabysitter cloud bundle (kanban + gateway + agent-platform).\n`authMode = local-dev` means the bootstrap admin password is read\nfrom a local-dev secret rather than a managed secret reference.\n"
},
"outgoingEdges": [
{
"from": "deployment-target:minikube-local",
"to": "tool:minikube",
"kind": "deployment_target_uses_infrastructure"
}
],
"incomingEdges": []
}