# crossplane/crossplane

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/crossplane-crossplane).**

11,773 stars · 1,197 forks · Go · Apache-2.0

## Links

- GitHub: https://github.com/crossplane/crossplane
- Homepage: https://crossplane.io
- awesome-repositories: https://awesome-repositories.com/repository/crossplane-crossplane.md

## Topics

`cloud-computing` `cloud-management` `cloud-native` `cncf` `containers` `control-plane` `infrastructure` `infrastructure-as-code` `kubernetes` `multicloud` `serverless`

## Description

Crossplane is a Kubernetes-based control plane framework that functions as a cloud resource orchestrator and infrastructure-as-code platform. It enables the management of heterogeneous infrastructure by extending the Kubernetes API to provision and maintain external cloud services through declarative configuration. By utilizing custom resource controllers, it continuously reconciles the state of external infrastructure with defined desired states, ensuring consistent deployment and lifecycle management across multiple cloud providers.

The platform distinguishes itself through its composition-based architecture, which allows users to aggregate multiple managed resources into unified, abstract infrastructure APIs. This approach leverages container-native package distribution to bundle infrastructure definitions and logic, enabling versioned deployment via standard registries. Furthermore, it supports external function orchestration, allowing for complex transformations and custom logic to be executed during the resource composition lifecycle, rather than relying solely on static templates.

Beyond core orchestration, the project provides a comprehensive suite of operational capabilities, including GitOps workflow integration, automated resource lifecycle management, and granular security controls. It includes diagnostic and observability frameworks for auditing infrastructure changes, monitoring resource health, and troubleshooting reconciliation performance. The system also manages sensitive connection details by aggregating and propagating credentials from managed resources to consuming applications.

The project is distributed as a set of containerized packages and includes a command-line interface for local development, validation, and debugging of infrastructure configurations.

## Tags

### DevOps & Infrastructure

- [Infrastructure API Definitions](https://awesome-repositories.com/f/devops-infrastructure/api-infrastructure-orchestration/infrastructure-api-definitions.md) — Provides custom infrastructure APIs that bundle multiple cloud resources into simplified, reusable, and versioned models.
- [Cloud Resource Orchestrators](https://awesome-repositories.com/f/devops-infrastructure/cloud-resource-orchestrators.md) — Maps high-level abstract resource definitions to specific cloud provider services while automating reconciliation and dependency resolution.
- [Declarative Reconciliation Engines](https://awesome-repositories.com/f/devops-infrastructure/declarative-reconciliation-engines.md) — Continuously reconciles the state of external infrastructure with defined desired states using custom resource controllers.
- [Infrastructure Composition Tools](https://awesome-repositories.com/f/devops-infrastructure/infrastructure-composition-tools.md) — Templates multiple resources into a single reusable unit to simplify the deployment of complex cloud infrastructure stacks. ([source](https://docs.crossplane.io/v2.3/composition/compositions/))
- [Infrastructure-as-Code Providers](https://awesome-repositories.com/f/devops-infrastructure/infrastructure/infrastructure-as-code/iac-providers-and-cloud/infrastructure-as-code-providers.md) — Enables the definition, composition, and lifecycle management of complex infrastructure stacks across multiple cloud providers.
- [Cloud Infrastructure Management](https://awesome-repositories.com/f/devops-infrastructure/cloud-infrastructure-management.md) — Manages external infrastructure components through declarative configuration files that define the desired state. ([source](https://docs.crossplane.io/v2.3/learn/community-extension-projects/))
- [Custom Resource Definitions](https://awesome-repositories.com/f/devops-infrastructure/custom-resource-definitions.md) — Creates new API endpoints with custom schemas to represent infrastructure resources. ([source](https://docs.crossplane.io/v2.3/api/))
- [Cloud Service Orchestration](https://awesome-repositories.com/f/devops-infrastructure/kubernetes-cluster-management/cloud-service-orchestration.md) — Manages cloud services and external infrastructure using declarative Kubernetes APIs to automate provisioning and lifecycle tasks.
- [Kubernetes Controllers](https://awesome-repositories.com/f/devops-infrastructure/kubernetes-controllers.md) — Provides a platform for building custom infrastructure APIs that manage cloud services using declarative Kubernetes-style configuration.
- [Composite Resource Interfaces](https://awesome-repositories.com/f/devops-infrastructure/resource-definitions/composite-resource-interfaces.md) — Aggregates multiple cloud and infrastructure resources into a single declarative interface. ([source](https://docs.crossplane.io/v2.3/whats-new/))
- [Cloud Infrastructure Resources](https://awesome-repositories.com/f/devops-infrastructure/cloud-infrastructure-resources.md) — Maps external cloud services to declarative objects for consistent management and lifecycle tracking. ([source](https://docs.crossplane.io/v2.3/managed-resources/))
- [Cloud Resource Integrations](https://awesome-repositories.com/f/devops-infrastructure/cloud-resource-integrations.md) — Integrates external cloud services by mapping provider APIs to custom resources managed within the control plane. ([source](https://docs.crossplane.io/v2.3/packages/))
- [Cross-Resource Orchestrators](https://awesome-repositories.com/f/devops-infrastructure/cloud-resource-orchestrators/cross-resource-orchestrators.md) — Triggers functions that dynamically request related resources to manage complex dependencies across different infrastructure types. ([source](https://docs.crossplane.io/v2.3/operations/watchoperation/))
- [Composition Transformation Engines](https://awesome-repositories.com/f/devops-infrastructure/custom-resource-definitions/composition-transformation-engines.md) — Executes custom logic and templates to dynamically generate infrastructure manifests before deployment. ([source](https://docs.crossplane.io/v2.3/learn/community-extension-projects/))
- [Resource Mapping Logic](https://awesome-repositories.com/f/devops-infrastructure/custom-resource-definitions/resource-mapping-logic.md) — Translates high-level custom resources into multiple underlying cloud services using programmable logic. ([source](https://docs.crossplane.io/v2.3/composition/composite-resources/))
- [GitOps Automation](https://awesome-repositories.com/f/devops-infrastructure/gitops-automation.md) — Synchronizes infrastructure state with version-controlled repositories to enable automated deployments and drift detection.
- [GitOps Workflows](https://awesome-repositories.com/f/devops-infrastructure/gitops-workflows.md) — Integrates with continuous delivery tools to synchronize infrastructure definitions using version-controlled repositories. ([source](https://docs.crossplane.io/v2.3/guides/))
- [Composition Functions](https://awesome-repositories.com/f/devops-infrastructure/infrastructure-composition-tools/composition-functions.md) — Integrates external functions to process resource definitions, enabling dynamic configuration and complex orchestration. ([source](https://docs.crossplane.io/v2.3/get-started/get-started-with-composition/))
- [Infrastructure Reconciliation Controllers](https://awesome-repositories.com/f/devops-infrastructure/infrastructure-reconciliation-controllers.md) — Controls the lifecycle of infrastructure by pausing updates, triggering manual reconciliations, or adjusting polling intervals. ([source](https://docs.crossplane.io/v2.3/composition/composite-resources/))
- [Unified Control Planes](https://awesome-repositories.com/f/devops-infrastructure/multi-cloud-orchestrators/unified-control-planes.md) — Provisions and synchronizes infrastructure across different cloud providers through a unified control plane.
- [Package Distribution](https://awesome-repositories.com/f/devops-infrastructure/package-distribution.md) — Bundles infrastructure definitions and logic into standard container images for versioned distribution via registries.
- [Namespaced](https://awesome-repositories.com/f/devops-infrastructure/resource-definitions/namespaced.md) — Crossplane organizes cloud and cluster resources within specific namespaces to enable fine-grained access control and multi-tenant infrastructure management. ([source](https://docs.crossplane.io/v2.3/whats-new/))
- [Stack Templates](https://awesome-repositories.com/f/devops-infrastructure/stack-templates.md) — Groups multiple individual resources within a single composition to enable simultaneous creation of complex infrastructure stacks. ([source](https://docs.crossplane.io/v2.3/guides/function-patch-and-transform/))
- [Infrastructure API Packaging](https://awesome-repositories.com/f/devops-infrastructure/container-image-packaging/infrastructure-api-packaging.md) — Bundles infrastructure definitions and business logic into container-compliant images to enable distribution and deployment. ([source](https://docs.crossplane.io/v2.3/guides/extensions-release-process/))
- [Image Integrity Verification](https://awesome-repositories.com/f/devops-infrastructure/container-images/image-integrity-verification.md) — Validates package image signatures against trusted authorities to ensure supply chain integrity. ([source](https://docs.crossplane.io/v2.3/packages/image-configs/))
- [Template Engines](https://awesome-repositories.com/f/devops-infrastructure/custom-resource-definitions/template-engines.md) — Executes custom logic to dynamically generate and configure infrastructure resources. ([source](https://docs.crossplane.io/v2.3/guides/write-a-composition-function-in-python/))
- [Resource Imports](https://awesome-repositories.com/f/devops-infrastructure/infrastructure/infrastructure-as-code/resource-imports.md) — Adopts manually created infrastructure into the control plane for declarative lifecycle management. ([source](https://docs.crossplane.io/v2.3/guides/))
- [Finalizer-Based Lifecycle Controllers](https://awesome-repositories.com/f/devops-infrastructure/lifecycle-management/finalizer-based-lifecycle-controllers.md) — Uses finalizers to ensure external infrastructure is fully decommissioned before removing the corresponding resource object.
- [Package Managers](https://awesome-repositories.com/f/devops-infrastructure/package-managers.md) — Builds, installs, updates, and pushes infrastructure packages to registries to facilitate distribution and versioning. ([source](https://docs.crossplane.io/cli/))
- [Dependency-Based Deletion Blocks](https://awesome-repositories.com/f/devops-infrastructure/resource-protection/dependency-based-deletion-blocks.md) — Blocks the removal of infrastructure components that are currently referenced by other services. ([source](https://docs.crossplane.io/v2.3/api/))
- [Task Schedulers](https://awesome-repositories.com/f/devops-infrastructure/automation-orchestration/task-execution-frameworks/task-job-management/task-schedulers.md) — Triggers infrastructure operations on a fixed timetable using cron syntax while managing concurrency and deadlines. ([source](https://docs.crossplane.io/v2.3/operations/cronoperation/))
- [Configuration Validation](https://awesome-repositories.com/f/devops-infrastructure/configuration-management/configuration-validation.md) — Checks infrastructure definitions for errors, inconsistencies, or drift against defined policies to ensure reliable deployments. ([source](https://docs.crossplane.io/v2.3/learn/community-extension-projects/))
- [Infrastructure Scaling Interfaces](https://awesome-repositories.com/f/devops-infrastructure/deployment-scaling/scaling-profiles/infrastructure-scaling-interfaces.md) — Exposes standard scaling interfaces on custom resources to allow capacity adjustments. ([source](https://docs.crossplane.io/v2.3/guides/))
- [Reconciliation Suspension Controllers](https://awesome-repositories.com/f/devops-infrastructure/infrastructure-reconciliation-controllers/reconciliation-suspension-controllers.md) — Suspends automated management of a resource to prevent unintended changes or to perform manual maintenance. ([source](https://docs.crossplane.io/v2.3/managed-resources/managed-resources/))
- [Managed Resource Activation Restriction](https://awesome-repositories.com/f/devops-infrastructure/kubernetes-cluster-management/resource-controllers/managed-resource-activation-restriction.md) — Crossplane limits the set of available infrastructure resources by defining activation policies that enable only the specific types required for a given environment. ([source](https://docs.crossplane.io/v2.3/guides/disabling-unused-managed-resources/))
- [Circuit Breakers](https://awesome-repositories.com/f/devops-infrastructure/reconciliation-engines/circuit-breakers.md) — Implements circuit breaker mechanisms to detect and halt tight reconciliation loops that could degrade cluster performance. ([source](https://docs.crossplane.io/v2.3/guides/troubleshoot-crossplane/))
- [Release Automation](https://awesome-repositories.com/f/devops-infrastructure/release-automation.md) — Integrates continuous integration pipelines with registries to build and publish infrastructure packages automatically. ([source](https://docs.crossplane.io/v2.3/guides/extensions-release-process/))
- [Resource Isolation](https://awesome-repositories.com/f/devops-infrastructure/resource-isolation.md) — Deploys and isolates cloud resources within specific namespaces to improve multi-tenancy and security boundaries for infrastructure components. ([source](https://docs.crossplane.io/v2.3/guides/upgrade-to-crossplane-v2/))
- [Resource Packaging](https://awesome-repositories.com/f/devops-infrastructure/resource-packaging.md) — Bundles related resource configurations into versioned, portable units for shared infrastructure deployment. ([source](https://docs.crossplane.io/v2.3/packages/))
- [Cluster-Wide Protection Policies](https://awesome-repositories.com/f/devops-infrastructure/resource-protection/cluster-wide-protection-policies.md) — Extends deletion protection to cluster-wide resources to prevent accidental removal of global components. ([source](https://docs.crossplane.io/v2.3/managed-resources/usages/))
- [State-Change Triggers](https://awesome-repositories.com/f/devops-infrastructure/automation-orchestration/task-execution-frameworks/automation-frameworks/triggers-events/state-change-triggers.md) — Initiates automated infrastructure workflows immediately in response to state changes in managed resources. ([source](https://docs.crossplane.io/v2.3/get-started/get-started-with-operations/))
- [Provider Resource Activation](https://awesome-repositories.com/f/devops-infrastructure/cloud-provider-resources/provider-resource-activation.md) — Configures which specific cloud services are enabled for use within the cluster to limit the available infrastructure surface area. ([source](https://docs.crossplane.io/v2.3/managed-resources/))
- [Configuration Distribution and Sharing](https://awesome-repositories.com/f/devops-infrastructure/configuration-management/configuration-distribution-and-sharing.md) — Injects shared environment variables and common settings into infrastructure templates to maintain consistency across multiple resource deployments. ([source](https://docs.crossplane.io/v2.3/composition/))
- [Configuration Distribution Packages](https://awesome-repositories.com/f/devops-infrastructure/configuration-management/configuration-distribution-and-sharing/configuration-distribution-packages.md) — Packages and deploys reusable infrastructure configurations and extensions to ensure consistent capabilities across environments. ([source](https://docs.crossplane.io/v2.3/whats-crossplane/))
- [Infrastructure Dependency Links](https://awesome-repositories.com/f/devops-infrastructure/dependency-management/environment-scoping-controls/linked-dependency-management/infrastructure-dependency-links.md) — Connects managed resources via selectors to ensure dependencies are satisfied during provisioning. ([source](https://docs.crossplane.io/v2.3/managed-resources/managed-resources/))
- [Deployment Readiness](https://awesome-repositories.com/f/devops-infrastructure/deployment-management/deployment-readiness.md) — Specifies custom conditions that individual resources must satisfy to determine when the overall composite resource is ready. ([source](https://docs.crossplane.io/v2.3/guides/function-patch-and-transform/))
- [Composition Testing Tools](https://awesome-repositories.com/f/devops-infrastructure/infrastructure-composition-tools/composition-testing-tools.md) — Renders and validates composition logic locally to verify infrastructure transformations without requiring a live connection. ([source](https://docs.crossplane.io/cli/))
- [Infrastructure Troubleshooting Tools](https://awesome-repositories.com/f/devops-infrastructure/infrastructure-resource-management/infrastructure-troubleshooting-tools.md) — Inspects the state and configuration of composite and managed resources to diagnose deployment issues and verify resource reconciliation. ([source](https://docs.crossplane.io/cli/))
- [Kubernetes Operations Automation](https://awesome-repositories.com/f/devops-infrastructure/infrastructure/cluster-service-orchestration/kubernetes-operations-automation.md) — Automates lifecycle management and maintenance routines for infrastructure components by triggering background processes. ([source](https://docs.crossplane.io/v2.3/get-started/))
- [Infrastructure Pipeline Schedulers](https://awesome-repositories.com/f/devops-infrastructure/pipeline-automation/infrastructure-pipeline-schedulers.md) — Triggers function pipelines on a recurring timetable to automate routine infrastructure maintenance. ([source](https://docs.crossplane.io/v2.3/operations/))
- [Resource Visibility Filters](https://awesome-repositories.com/f/devops-infrastructure/resource-visibility-filters.md) — Filters available infrastructure resources by matching their definitions against patterns, ensuring only required resources are enabled within the cluster. ([source](https://docs.crossplane.io/v2.3/managed-resources/managed-resource-activation-policies/))

### Software Engineering & Architecture

- [Infrastructure Composition](https://awesome-repositories.com/f/software-engineering-architecture/resource-based-architectures/infrastructure-composition.md) — Provides a composition-based architecture to aggregate multiple managed resources into unified, abstract infrastructure APIs.
- [API Aggregators](https://awesome-repositories.com/f/software-engineering-architecture/api-aggregators.md) — Unifies multiple cloud and third-party service interfaces into a single consistent schema to simplify management.
- [Infrastructure Automation Frameworks](https://awesome-repositories.com/f/software-engineering-architecture/infrastructure-automation-frameworks.md) — Crossplane implements infrastructure automation using external code in preferred programming languages to replace static configuration templates. ([source](https://docs.crossplane.io/v2.3/composition/compositions/))
- [Infrastructure State Synchronization](https://awesome-repositories.com/f/software-engineering-architecture/software-architecture/architectural-patterns/layering-presentation/application-layer-architectures/state-management-architectures/external-store-synchronization/infrastructure-state-synchronization.md) — Maintains desired state by continuously monitoring external infrastructure and automatically correcting drift. ([source](https://docs.crossplane.io/v2.3/guides/pods/))
- [Infrastructure Data Propagators](https://awesome-repositories.com/f/software-engineering-architecture/state-synchronization-patterns/context-state-propagators/infrastructure-data-propagators.md) — Dynamically shares configuration values and connection secrets between composite and managed resources to ensure consistent state.
- [Configuration Versioning](https://awesome-repositories.com/f/software-engineering-architecture/configuration-versioning.md) — Captures immutable snapshots of infrastructure definitions to enable controlled rollouts, canary testing, and independent versioning of resources. ([source](https://docs.crossplane.io/v2.3/composition/))
- [Configuration Propagators](https://awesome-repositories.com/f/software-engineering-architecture/state-synchronization-patterns/context-state-propagators/infrastructure-data-propagators/configuration-propagators.md) — Copies configuration data between resources to ensure consistent state across infrastructure stacks. ([source](https://docs.crossplane.io/v2.3/guides/function-patch-and-transform/))
- [Workflow Automation](https://awesome-repositories.com/f/software-engineering-architecture/workflow-automation.md) — Executes custom logic against infrastructure resources to perform validation, health checks, or automated remediation. ([source](https://docs.crossplane.io/v2.3/get-started/get-started-with-operations/))

### Data & Databases

- [Cloud Resource Managers](https://awesome-repositories.com/f/data-databases/cloud-resource-managers.md) — Provisions and maintains cloud infrastructure by reconciling external service states with declarative configurations. ([source](https://docs.crossplane.io/v2.3/get-started/))
- [Connection Management](https://awesome-repositories.com/f/data-databases/connection-management.md) — Collects sensitive connection information from multiple managed resources into a single unified secret. ([source](https://docs.crossplane.io/v2.3/guides/connection-details-composition/))
- [Finalizer Management](https://awesome-repositories.com/f/data-databases/record-deletion/finalizer-management.md) — Removes finalizers from managed objects to allow deletion when automated cleanup processes hang. ([source](https://docs.crossplane.io/v2.3/guides/troubleshoot-crossplane/))
- [Infrastructure Configuration Stores](https://awesome-repositories.com/f/data-databases/shared-memory-transports/shared-memory-configuration-stores/infrastructure-configuration-stores.md) — Crossplane stores and retrieves shared configuration data in an isolated environment to facilitate patching and state synchronization between composite and composed resources. ([source](https://docs.crossplane.io/v2.3/composition/environment-configs/))

### Security & Cryptography

- [Infrastructure Connection Propagation](https://awesome-repositories.com/f/security-cryptography/tls-management/connection-metadata-exposure/infrastructure-connection-propagation.md) — Aggregates and propagates sensitive connection details from managed cloud resources to applications to enable seamless infrastructure consumption. ([source](https://docs.crossplane.io/v2.3/guides/))
- [Cloud Service Authentication](https://awesome-repositories.com/f/security-cryptography/cloud-service-authentication.md) — Maps service accounts to cloud provider identities to securely access external services. ([source](https://docs.crossplane.io/v2.3/guides/crossplane-with-workload-identity/))
- [Secret Aggregation Engines](https://awesome-repositories.com/f/security-cryptography/security/utilities/secret-and-credential-managers/secret-management-systems/secret-aggregation-engines.md) — Collects secret keys from multiple managed resources and merges them into a single unified secret. ([source](https://docs.crossplane.io/v2.3/guides/function-patch-and-transform/))
- [Resource-Specific Authentication](https://awesome-repositories.com/f/security-cryptography/authentication-providers/resource-specific-authentication.md) — Assigns specific authentication credentials to individual managed resources for multi-tenant access. ([source](https://docs.crossplane.io/v2.3/managed-resources/managed-resources/))
- [External Service Authorizers](https://awesome-repositories.com/f/security-cryptography/identity-access-management/authentication-strategies/authorization-and-user-administration/access-control-authorization/authorization-services/external-service-authorizers.md) — Defines credentials and connection settings for secure communication with external cloud environments. ([source](https://docs.crossplane.io/v2.3/packages/providers/))
- [Secret Export Interfaces](https://awesome-repositories.com/f/security-cryptography/secret-management/secret-export-utilities/secret-export-interfaces.md) — Saves generated resource metadata into secrets for use by other applications. ([source](https://docs.crossplane.io/v2.3/managed-resources/managed-resources/))
- [Infrastructure Change Logs](https://awesome-repositories.com/f/security-cryptography/audit-logs/infrastructure-change-logs.md) — Maintains detailed logs of all modifications made to managed resources to ensure visibility and compliance. ([source](https://docs.crossplane.io/v2.3/guides/))
- [Relationship Mapping Logic](https://awesome-repositories.com/f/security-cryptography/identity-access-management/access-control/data-resource-permissions/relationship-based-access-controls/relationship-mapping-logic.md) — Establishes explicit relationships between infrastructure components to ensure correct deletion ordering. ([source](https://docs.crossplane.io/v2.3/managed-resources/usages/))
- [Access Policy Automation](https://awesome-repositories.com/f/security-cryptography/policy-based-access-control/access-policy-automation.md) — Manages and assigns necessary access permissions for infrastructure providers to ensure secure operations. ([source](https://docs.crossplane.io/v2.3/guides/pods/))
- [Scope Isolation Policies](https://awesome-repositories.com/f/security-cryptography/security/policies/host-resource-access/file-system-access-controls/path-access-restrictions/path-access-restrictions/subject-access-restrictions/scope-isolation-policies.md) — Configures whether infrastructure resources exist within a specific namespace or at the cluster level. ([source](https://docs.crossplane.io/v2.3/composition/composite-resource-definitions/))

### Development Tools & Productivity

- [Infrastructure Function Orchestrators](https://awesome-repositories.com/f/development-tools-productivity/workflow-automation-tools/build-task-automation/external-task-orchestrators/infrastructure-function-orchestrators.md) — Supports external function orchestration for complex transformations and custom logic during the resource composition lifecycle.
- [Extension APIs](https://awesome-repositories.com/f/development-tools-productivity/extension-apis.md) — Builds custom controllers to manage external cloud resources through declarative configuration and standard API patterns. ([source](https://docs.crossplane.io/v2.3/learn/))
- [Infrastructure CLI Tooling](https://awesome-repositories.com/f/development-tools-productivity/infrastructure-cli-tooling.md) — Provides a command-line interface for interacting with and managing cloud resources and control plane configurations. ([source](https://docs.crossplane.io/v2.3/guides/install-from-source/))
- [Registry Authentication](https://awesome-repositories.com/f/development-tools-productivity/private-package-registries/registry-authentication.md) — Injects secrets into the package manager to authorize pulls from private container registries. ([source](https://docs.crossplane.io/v2.3/packages/image-configs/))
- [Change Tracking](https://awesome-repositories.com/f/development-tools-productivity/change-tracking.md) — Records structured logs for every creation, update, or deletion operation performed on managed infrastructure. ([source](https://docs.crossplane.io/v2.3/guides/change-logs/))
- [Debugging and Inspection Tools](https://awesome-repositories.com/f/development-tools-productivity/debugging-profiling-testing/debugging-diagnostics/debugging-inspection-tools/debugging-and-inspection-tools.md) — Inspects and debugs the state of composite and managed resources to identify deployment issues or configuration errors. ([source](https://docs.crossplane.io/cli/v2.3/))
- [Infrastructure Reconciliation Triggers](https://awesome-repositories.com/f/development-tools-productivity/workflow-schedulers/immediate-triggers/infrastructure-reconciliation-triggers.md) — Forces an instant synchronization of a managed resource by updating a request annotation to bypass standard polling cycles. ([source](https://docs.crossplane.io/v2.3/managed-resources/managed-resources/))

### System Administration & Monitoring

- [Health Monitoring](https://awesome-repositories.com/f/system-administration-monitoring/health-monitoring.md) — Exposes the current state and availability of managed resources through status conditions and event streams. ([source](https://docs.crossplane.io/v2.3/guides/troubleshoot-crossplane/))
- [Resource Lifecycle Management](https://awesome-repositories.com/f/system-administration-monitoring/resource-lifecycle-management.md) — Uses finalizers to ensure external infrastructure is fully decommissioned before removing the corresponding resource object. ([source](https://docs.crossplane.io/v2.3/managed-resources/managed-resources/))
- [External Resource Observers](https://awesome-repositories.com/f/system-administration-monitoring/infrastructure-observability/external-resource-observers.md) — Monitors the state of existing cloud resources without modifying or deleting them, allowing for visibility into external infrastructure. ([source](https://docs.crossplane.io/v2.3/guides/import-existing-resources/))
- [Operational Task Automation](https://awesome-repositories.com/f/system-administration-monitoring/operational-task-automation.md) — Runs operational tasks on a fixed timetable to ensure consistent infrastructure maintenance without manual intervention. ([source](https://docs.crossplane.io/v2.3/get-started/get-started-with-operations/))
- [Performance Monitoring](https://awesome-repositories.com/f/system-administration-monitoring/performance-monitoring.md) — Tracks reconciliation duration, error rates, and throughput to identify performance bottlenecks in infrastructure controllers. ([source](https://docs.crossplane.io/v2.3/guides/metrics/))
- [Deployment Status Monitors](https://awesome-repositories.com/f/system-administration-monitoring/resource-monitoring/deployment-status-monitors.md) — Tracks the synchronization and readiness state of infrastructure deployments to ensure successful provisioning. ([source](https://docs.crossplane.io/v2.3/composition/composite-resources/))
- [Resource Change Monitors](https://awesome-repositories.com/f/system-administration-monitoring/resource-monitoring/resource-change-monitors.md) — Triggers automated operations by watching for updates to any resource type, supporting namespace and label filtering. ([source](https://docs.crossplane.io/v2.3/operations/))
- [Infrastructure Pipeline Execution](https://awesome-repositories.com/f/system-administration-monitoring/server-operational-management/operation-execution/infrastructure-pipeline-execution.md) — Runs a defined sequence of functions to completion to perform infrastructure management tasks or configuration updates. ([source](https://docs.crossplane.io/v2.3/operations/))

### Networking & Communication

- [Distributed Coordination Services](https://awesome-repositories.com/f/networking-communication/distributed-systems-p2p/distributed-systems-coordination/distributed-systems-infrastructure/distributed-coordination-services.md) — Prevents operational conflicts by electing a single active leader to manage resources across multiple replicas. ([source](https://docs.crossplane.io/v2.3/guides/pods/))

### Web Development

- [Deletion Protections](https://awesome-repositories.com/f/web-development/instance-management/deletion-protections.md) — Prevents the deletion of infrastructure resources by establishing dependency relationships. ([source](https://docs.crossplane.io/v2.3/managed-resources/usages/))
