Crossplane Concepts: Difference between revisions
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
==Custom Resource== | ==Custom Resource== | ||
{{Internal|Kubernetes Custom Resources#Overview|Kubernetes Custom Resources}} | {{Internal|Kubernetes Custom Resources#Overview|Kubernetes Custom Resources}} | ||
<font color=darkkhaki>Clarify the relationship between Crossplane composite resources and Kubernetes custom resources. Are XR custom resources?</font> | |||
==<span id='Managed_Resource'></span><span id='MR'></span>Managed Resource (MR)== | ==<span id='Managed_Resource'></span><span id='MR'></span>Managed Resource (MR)== | ||
{{External|https://crossplane.io/docs/v1.10/concepts/managed-resources.html}} | {{External|https://crossplane.io/docs/v1.10/concepts/managed-resources.html}} |
Revision as of 17:36, 2 November 2022
External
Internal
TODEPLETE
Overview
Resources in a Crossplane Context
Custom Resource
Clarify the relationship between Crossplane composite resources and Kubernetes custom resources. Are XR custom resources?
Managed Resource (MR)
Managed Resource Name
Reconciliation
Composite Resource (XR)
- It can be thought of as a type. Can it, or it's the Composite Resource Definition that can be thought of as a type?
- An arbitrary number of compositions (implementations) can be mapped onto one composite resource type.
- Type of composite resource - defined with a Composite Resource Definition.
- Type of claim - defined with a Composite Resource Definition.
External Resource
Composite Resource Claim (Claim, XRC)
Composite Resource Definition (XRD)
Composition
Why do we need a 'composition' to define how a composite resource maps onto managed resources? Why is not that information built into the composite resource definition itself?
Crossplane Resource Model (XRM)
- Standard Crossplane Resource Model fields.
Package
Package Format
Package Varieties
Provider Package
Configuration Package
Crossplane Package Manager
Provider
Is the provider a package?
Provider Kinds
Kubernetes Provider
Helm Provider
Configuration
Is the configuration a package?