aicoolies logo
Crossplane logo
Crossplane logo

Crossplane

Kubernetes-native cloud infrastructure control plane

open sourceupdated Aug 16, 2026

Crossplane is a CNCF Graduated open-source project that extends Kubernetes to manage cloud infrastructure through declarative APIs. Platform teams compose custom infrastructure abstractions as Compositions and publish them as self-service APIs. It provisions resources across AWS, Azure, GCP, and 200+ providers directly from kubectl. Used by 450+ organizations with 11,000+ GitHub stars.

Crossplane transforms Kubernetes from a container orchestrator into a universal control plane for cloud infrastructure. Instead of managing infrastructure through separate tools like Terraform or Pulumi with their own state files and workflows, Crossplane uses Kubernetes' native reconciliation loop to continuously ensure that declared infrastructure matches reality. Platform engineers define Compositions that combine multiple cloud resources into higher-level abstractions and publish them as custom Kubernetes APIs. Application teams then request infrastructure through standard kubectl commands or GitOps workflows without needing cloud provider credentials or IaC expertise.

The provider ecosystem covers over 200 cloud services across major platforms. AWS, Azure, and GCP providers expose thousands of managed resources as Kubernetes custom resources, from databases and storage buckets to networking configurations and IAM policies. Crossplane's composition engine supports patching, transforms, and conditional logic, enabling platform teams to encode organizational policies directly into infrastructure abstractions. For example, a DatabaseClaim API might automatically provision an RDS instance with encryption enabled, backup configured, and monitoring attached — all defined once and reused across teams.

As a CNCF Graduated project alongside Kubernetes, Prometheus, and Envoy, Crossplane carries the highest level of open-source maturity certification. The project reached graduation in October 2025, reflecting production adoption across over 450 organizations and contributions from more than 3,000 developers. Crossplane integrates naturally with GitOps tools like Argo CD and Flux, policy engines like OPA and Kyverno, and secret management solutions. Its control-plane architecture means infrastructure state lives in etcd rather than external state files, providing the same consistency guarantees and RBAC controls that teams already use for workloads.

Pricing

Free and open source (Apache-2.0); Upbound Cloud paid option

Platforms

Kubernetes — Helm chart, any K8s cluster

Categories

Tags

Use Cases

Related Tools

computed discovery: shared active categories · kept separate from editor-verified Alternatives

KTransformers parent kvcache-ai logo

KTransformers

Heterogeneous CPU-GPU inference and SFT for large MoE models

Open-source framework for running and fine-tuning large Mixture-of-Experts models with heterogeneous CPU-GPU execution, optimized kernels, limited VRAM and SGLang or LLaMA-Factory integrations.

Open Source
vLLM Production Stack parent vLLM logo

vLLM Production Stack

Official Kubernetes and Helm reference stack built on the vLLM inference engine

Official vLLM reference implementation for scaling the existing inference engine on Kubernetes with Helm, request routing, KV-cache offload, autoscaling and Prometheus/Grafana observability.

Open Source
Dynamo logo

NVIDIA Dynamo

Distributed inference orchestration above vLLM, SGLang and TensorRT-LLM

Open-source, datacenter-scale orchestration layer that coordinates vLLM, SGLang and TensorRT-LLM across nodes with disaggregated serving, KV-aware routing, multi-tier cache management and automatic scaling.

Open Source
GPUStack logo

GPUStack

Open-source GPU control plane for scalable AI model serving

Open-source GPU cluster manager that configures vLLM, SGLang, TensorRT-LLM or custom engines, serves models through compatible APIs, and provisions SSH-accessible GPU instances across on-premises, Kubernetes and cloud environments.

Open Source
Mooncake logo

Mooncake

Disaggregated KV cache storage and transfer for LLM serving

Open-source infrastructure for disaggregated LLM serving that pools KV caches across prefill and decode workers, with high-performance transfer, distributed storage and integrations for vLLM and SGLang.

Open Source
LMCache logo

LMCache

Reusable KV cache infrastructure for scalable LLM inference

Open-source KV cache management layer that persists, offloads and reuses model key-value caches across requests and serving engines to reduce repeated prefill work and improve inference throughput.

Open Source

FAQ

What is Crossplane?

Crossplane is a CNCF Graduated open-source project that extends Kubernetes to manage cloud infrastructure through declarative APIs. Platform teams compose custom infrastructure abstractions as Compositions and publish them as self-service APIs. It provisions resources across AWS, Azure, GCP, and 200+ providers directly from kubectl. Used by 450+ organizations with 11,000+ GitHub stars.

Is Crossplane free?

Yes — Crossplane is open source and free to use. Free and open source (Apache-2.0); Upbound Cloud paid option

Is Crossplane open source?

Yes — Crossplane is open source.

What are the best Crossplane alternatives?

The top editor-verified Crossplane alternatives are Terraform, Pulumi, OpenTofu.