# CDKTF vs Crossplane

| Attribute | CDKTF | Crossplane |
|---|---|---|
| **Vioscale score** | 56.4 (10% (low)) | 69.7 (31% (low)) |
| activity.commits_last_30d | - | 100 |
| adoption.dependent_repos | - | 24 |
| adoption.github_stars | - | 11,979 |
| deployment.options | - | `{"cloud":true,"self_hosted":true}` |
| description.long | Cloud Development Kit for Terraform (CDKTF) allows developers to use familiar programming languages to define and provision infrastructure, providing access to the entire Terraform ecosystem. IMPORTANT: CDKTF is deprecated as of December 10, 2025, and HashiCorp no longer supports or maintains it. | A Kubernetes-based platform engineering framework that allows organizations to create declarative APIs exposing infrastructure capabilities. It enables safe self-service provisioning for users, automation systems, and AI agents while enforcing policies and governance through a centralized control plane. |
| features.capabilities | `{"hosting":"self","language":"TypeScript, Python","paradigm":"declarative_dsl","multicloud":true,"policy_as_code":false,"drift_detection":false,"import_existing":true,"state_management":"vendor_managed","open_source_engine":true,"provider_ecosystem":true,"gitops_reconciliation":false,"managed_saas_offering":false}` | `{"hosting":"self","language":"YAML","paradigm":"declarative_dsl","multicloud":true,"policy_as_code":true,"drift_detection":true,"state_management":"vendor_managed","open_source_engine":true,"provider_ecosystem":true,"gitops_reconciliation":true,"managed_saas_offering":false}` |
| language.primary | - | Go |
| license.spdx | - | Apache-2.0 |
| pricing | - | `{"type":"open_source","freeTier":true,"sourceUrl":"https://www.crossplane.io","retrievedAt":"2026-08-14T21:31:56.894Z"}` |
| pricing.free_tier | - | yes |
| pricing.model | commercial | commercial |
| pricing.price_level | - | free |
| pricing.transparent | - | yes |
| release.history | - | `[{"url":"https://github.com/crossplane/crossplane/releases/tag/v2.3.5","date":"2026-08-21T17:17:39Z","type":"stable","version":"v2.3.5"},{"url":"https://github.com/crossplane/crossplane/releases/tag/v2.2.5","date":"2026-08-21T17:21:51Z","type":"stable","version":"v2.2.5"},{"url":"https://github.com/crossplane/crossplane/releases/tag/v1.20.12","date":"2026-08-21T17:24:11Z","type":"stable","version":"v1.20.12"},{"url":"https://github.com/crossplane/crossplane/releases/tag/v2.4.0","date":"2026-08-20T14:42:33Z","type":"stable","version":"v2.4.0"},{"url":"https://github.com/crossplane/crossplane/releases/tag/v2.4.0-rc.1","date":"2026-08-14T16:06:42Z","type":"prerelease","version":"v2.4.0-rc.1"},{"url":"https://github.com/crossplane/crossplane/releases/tag/v2.3.4","date":"2026-07-23T14:12:29Z","type":"stable","version":"v2.3.4"},{"url":"https://github.com/crossplane/crossplane/releases/tag/v2.2.4","date":"2026-07-23T14:12:13Z","type":"stable","version":"v2.2.4"},{"url":"https://github.com/crossplane/crossplane/releases/tag/v2.1.8","date":"2026-07-23T14:11:58Z","type":"stable","version":"v2.1.8"},{"url":"https://github.com/crossplane/crossplane/releases/tag/v1.20.11","date":"2026-07-23T14:11:46Z","type":"stable","version":"v1.20.11"},{"url":"https://github.com/crossplane/crossplane/releases/tag/v2.3.3","date":"2026-06-22T17:32:52Z","type":"stable","version":"v2.3.3"},{"url":"https://github.com/crossplane/crossplane/releases/tag/v2.2.3","date":"2026-06-22T16:58:39Z","type":"stable","version":"v2.2.3"},{"url":"https://github.com/crossplane/crossplane/releases/tag/v2.1.7","date":"2026-06-22T16:40:45Z","type":"stable","version":"v2.1.7"},{"url":"https://github.com/crossplane/crossplane/releases/tag/v1.20.10","date":"2026-06-22T16:39:22Z","type":"stable","version":"v1.20.10"},{"url":"https://github.com/crossplane/crossplane/releases/tag/v2.3.2","date":"2026-06-09T16:51:27Z","type":"stable","version":"v2.3.2"},{"url":"https://github.com/crossplane/crossplane/releases/tag/v1.20.9","date":"2026-06-05T22:07:22Z","type":"stable","version":"v1.20.9"},{"url":"https://github.com/crossplane/crossplane/releases/tag/v2.3.1","date":"2026-05-22T19:59:12Z","type":"stable","version":"v2.3.1"},{"url":"https://github.com/crossplane/crossplane/releases/tag/v2.2.2","date":"2026-05-22T16:52:50Z","type":"stable","version":"v2.2.2"},{"url":"https://github.com/crossplane/crossplane/releases/tag/v2.1.6","date":"2026-05-22T16:53:40Z","type":"stable","version":"v2.1.6"},{"url":"https://github.com/crossplane/crossplane/releases/tag/v1.20.8","date":"2026-05-22T17:22:48Z","type":"stable","version":"v1.20.8"},{"url":"https://github.com/crossplane/crossplane/releases/tag/v2.3.0","date":"2026-05-21T18:16:15Z","type":"stable","version":"v2.3.0"}]` |
| reliability.status_page | yes | - |
| security.scorecard | - | 9.6 |
| security.vulnerabilities | - | `{"count":5,"source":"https://advisories.ecosyste.ms/api/v1/advisories?ecosystem=go&package_name=github.com%2Fcrossplane%2Fcrossplane&per_page=100","last_12m":1,"max_severity":"CRITICAL"}` |

## Capabilities (Infrastructure as Code Tools)

| Capability | CDKTF | Crossplane |
|---|:--:|:--:|
| **Core** |  |  |
| Paradigm | Declarative DSL | Declarative DSL |
| Language | TypeScript, Python | YAML |
| **Portability** |  |  |
| Multicloud / cloud-agnostic | ✓ | ✓ |
| **Architecture** |  |  |
| State management | Vendor-managed | Vendor-managed |
| **Extensibility** |  |  |
| Pluggable provider ecosystem | ✓ | ✓ |
| **Governance** |  |  |
| Policy as code | ✗ | ✓ |
| **Ops** |  |  |
| Drift detection | ✗ | ✓ |
| GitOps continuous reconciliation | ✗ | ✓ |
| **Deployment** |  |  |
| Managed SaaS offering | ✗ | ✗ |
| Hosting | Self-hosted only | Self-hosted only |
| **Adoption** |  |  |
| Import existing resources | ✓ | - |
| **Licensing** |  |  |
| Open-source engine | ✓ | ✓ |
| **Ecosystem** |  |  |
| CNCF maturity | - | - |

*Source: Vioscale. Generated 2026-09-01T15:02:59.201Z. "-" = undocumented, not absent.*
