iiRecord
Agentic AI Atlas · Helm
tool:helma5c.ai
II.
Tool JSON

tool:helm

Structured · live

Helm json

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

File · domain/tools/helm.yamlCluster · domain
Record JSON
{
  "id": "tool:helm",
  "_kind": "Tool",
  "_file": "domain/tools/helm.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Helm",
    "homepageUrl": "https://helm.sh",
    "kind": "orchestrator",
    "description": "Package manager for Kubernetes - manages charts that describe related Kubernetes resources.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:helm",
      "to": "language:go",
      "kind": "belongs_to_language"
    },
    {
      "from": "tool:helm",
      "to": "skill-area:k8s-operator-development",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:helm",
      "to": "skill-area:configuration-management",
      "kind": "used_for",
      "attributes": {}
    },
    {
      "from": "tool:helm",
      "to": "skill-area:deployment-automation",
      "kind": "used_for",
      "attributes": {}
    },
    {
      "from": "tool:helm",
      "to": "tool:kustomize",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Kubernetes config — Helm uses templated charts; Kustomize uses overlay patching"
      }
    },
    {
      "from": "tool:helm",
      "to": "tool:helmfile",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Kubernetes deployment — Helm manages single charts; Helmfile orchestrates multi-chart deployments"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "platform:krate",
      "to": "tool:helm",
      "kind": "integrates_with",
      "attributes": {
        "notes": "Packaging and templating for Krate Helm charts"
      }
    },
    {
      "from": "stack-profile:krate-platform",
      "to": "tool:helm",
      "kind": "composed_of"
    },
    {
      "from": "skill-area:k8s-operator-development",
      "to": "tool:helm",
      "kind": "uses_tool"
    },
    {
      "from": "specialization:devops-sre-platform",
      "to": "tool:helm",
      "kind": "uses_tool"
    },
    {
      "from": "specialization:k8s-ops",
      "to": "tool:helm",
      "kind": "uses_tool"
    },
    {
      "from": "stack-profile:kubernetes-platform-engineering",
      "to": "tool:helm",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:api-gateway-microservices",
      "to": "tool:helm",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:cicd-platform",
      "to": "tool:helm",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:grpc-microservice-mesh",
      "to": "tool:helm",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:log-analytics-elk",
      "to": "tool:helm",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:gitops-deployment",
      "to": "tool:helm",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:secrets-management",
      "to": "tool:helm",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:chaos-engineering",
      "to": "tool:helm",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:release-orchestration",
      "to": "tool:helm",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:hybrid-cloud-onprem",
      "to": "tool:helm",
      "kind": "composed_of"
    },
    {
      "from": "tool:kustomize",
      "to": "tool:helm",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Kubernetes config — Kustomize uses overlay patching; Helm uses templated charts"
      }
    },
    {
      "from": "tool:helmfile",
      "to": "tool:helm",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Kubernetes deployment — Helmfile orchestrates multi-chart deployments; Helm manages single charts"
      }
    },
    {
      "from": "tool-server:mcp-kubernetes",
      "to": "tool:helm",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-helm",
      "to": "tool:helm",
      "kind": "integrates_with",
      "attributes": {}
    }
  ]
}