II.
Tool JSON
Structured · livetool:crossplane
Crossplane json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:crossplane",
"_kind": "Tool",
"_file": "domain/tools/tools-iac-platform.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Crossplane",
"homepageUrl": "https://www.crossplane.io",
"kind": "iac",
"description": "CNCF project that extends Kubernetes with Composite Resource Definitions and\nManaged Resources, enabling platform teams to build internal cloud APIs and\nprovision external infrastructure declaratively from the Kubernetes control plane.\n"
},
"outgoingEdges": [
{
"from": "tool:crossplane",
"to": "language:go",
"kind": "belongs_to_language"
},
{
"from": "tool:crossplane",
"to": "skill-area:gitops",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:crossplane",
"to": "skill-area:platform-engineering",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:crossplane",
"to": "skill-area:deployment-automation",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:crossplane",
"to": "tool:terraform",
"kind": "alternative_to",
"attributes": {
"comparison": "IaC — Crossplane uses Kubernetes CRDs; Terraform uses HCL files"
}
},
{
"from": "tool:crossplane",
"to": "tool:pulumi",
"kind": "alternative_to",
"attributes": {
"comparison": "IaC — Crossplane uses Kubernetes CRDs; Pulumi uses programming languages"
}
},
{
"from": "tool:crossplane",
"to": "tool:opentofu",
"kind": "alternative_to",
"attributes": {
"comparison": "IaC — Crossplane uses Kubernetes CRDs; OpenTofu uses HCL files"
}
}
],
"incomingEdges": [
{
"from": "tool:opentofu",
"to": "tool:crossplane",
"kind": "alternative_to",
"attributes": {
"comparison": "IaC — OpenTofu uses HCL files; Crossplane uses Kubernetes CRDs"
}
},
{
"from": "tool:pulumi",
"to": "tool:crossplane",
"kind": "alternative_to",
"attributes": {
"comparison": "IaC — Pulumi uses programming languages; Crossplane uses Kubernetes CRDs"
}
},
{
"from": "tool:terraform",
"to": "tool:crossplane",
"kind": "alternative_to",
"attributes": {
"comparison": "IaC — Terraform uses HCL files; Crossplane uses Kubernetes CRDs"
}
}
]
}