Infrastructure Testing
Testing Crossplane Providers: Claims, Composite Resources, and E2E Validation
Crossplane lets you build a platform API on top of Kubernetes — your developers claim a PostgreSQLInstance, your platform delivers an RDS instance. But testing that pipeline, from XRD to provider to real cloud resource, requires a different approach than testing regular Kubernetes operators. This post covers Crossplane provider testing: unit