iiRecord
Agentic AI Atlas · Local minikube dev cluster
deployment-target:minikube-locala5c.ai
II.
DeploymentTarget JSON

deployment-target:minikube-local

Structured · live

Local minikube dev cluster json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · catalog-meta/deployment-targets/minikube-local.yamlCluster · catalog-meta
Record JSON
{
  "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": []
}