Crossplane
Crossplane is an open-source control plane for Kubernetes that enables declarative, multi-cloud infrastructure management. It allows users to provision and manage external infrastructure and services—such as cloud databases, caches, and networking—directly from the Kubernetes API, using Kubernetes-native resources.
Architecture and concepts: It centers on Kubernetes CustomResourceDefinitions (CRDs) and a set of resource types that
Operation: Crossplane runs as a set of controllers inside a Kubernetes cluster and reconciles desired state
Usage and ecosystem: Crossplane is licensed under Apache 2.0. It can be installed via Helm or manifests
History: Crossplane originated as an open-source project maintained by Upbound and community contributors, with ongoing development