Back to Glossary
IaC

What is Crossplane?

A Kubernetes-based framework for managing cloud infrastructure using K8s APIs.

Crossplane is an open-source Kubernetes add-on that extends the cluster to become a universal control plane for provisioning and managing cloud infrastructure. Instead of writing Terraform HCL, you define cloud resources (RDS databases, S3 buckets, EKS clusters) as Kubernetes manifests. Crossplane uses providers (AWS, GCP, Azure) and Compositions to create reusable infrastructure abstractions. It enables GitOps-driven infrastructure management.

Deep Dive Guide

how to set up crossplane kubernetes

Test your knowledge of Crossplane and 130 other DevOps concepts