A composite resource represents a set of managed resources as a single Kubernetes object. Crossplane creates composite resources when users access a custom API, defined in the CompositeResourceDefinition. Tip Composite resources are a composite of managed resources. A Composition defines how to compose the managed resources together. Confused about Compositions, XRDs, XRs and Claims? Crossplane has four core components that users commonly mix up: Compositions - A template to define how to cre...| Concepts on Crossplane
Using connection details in Crossplane requires the following components: Defining the writeConnectionSecretToRef.name in a Claim. Defining the writeConnectionSecretsToNamespace value in the Composition. Define the writeConnectionSecretToRef name and namespace for each resource in the Composition. Define the list of secret keys produced by each composed resource with in the Composition. Optionally, define the connectionSecretKeys in a CompositeResourceDefinition. Note This guide discusses cre...| Concepts on Crossplane
Compositions are a template for creating multiple managed resources as a single object. A Composition composes individual managed resources together into a larger, reusable, solution. An example …| Crossplane Documentation
Composite resource definitions (XRDs) define the schema for a custom API. Users create composite resources (XRs) and Claims (XCs) using the API schema defined by an XRD. Note Read the composite …| Crossplane Documentation