Back to articles
Crossplane v2.2 Deep Dive — Pipeline Inspector, CEL Validation, and Production Control Planes
How-ToDevOps

Crossplane v2.2 Deep Dive — Pipeline Inspector, CEL Validation, and Production Control Planes

via Dev.to DevOpsdaniel jeong

Crossplane v2.2 Deep Dive — Pipeline Inspector, CEL Metadata Validation, and Building Production Control Planes In March 2026, Crossplane shipped v2.2 with long-awaited features for platform engineering teams: pipeline debugging, metadata-level validation, unified runtime configuration, and schema-aware composition functions . Unlike Terraform or Pulumi, Crossplane is a Kubernetes-native control plane framework that leverages the Kubernetes API directly, integrating seamlessly with GitOps workflows. This article provides an in-depth analysis of every new feature with practical examples, plus a migration strategy for v1 users. 1. Crossplane v2 Architecture — What Changed from v1 Before diving into v2.2 specifics, let's examine the fundamental architectural shifts introduced in v2. Aspect Crossplane v1 Crossplane v2.x Resource Scope Cluster-scoped (Claims for namespace access) Namespaced by default (Cluster scope optional) Claims Required (XRC → XR mapping) Removed — XRs exist directly i

Continue reading on Dev.to DevOps

Opens in a new tab

Read Full Article
4 views

Related Articles