# Crossplane

Published articles for Crossplane.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Building Modelplane on Crossplane

DevFeed: [Building Modelplane on Crossplane](<https://devfeed.tech/articles/building-modelplane-on-crossplane-50272.md>)

Original publisher: [Read original article](<https://blog.crossplane.io/building-modelplane/>)

Author: Nic Cope

Published: 2026-06-23T15:08:59Z

Content type: article

Language: en

Sources: [Crossplane](<https://devfeed.tech/sources/the-crossplane-blog.md>)

Topics: [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [AI Platform](<https://devfeed.tech/topics/ai-platform.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [model-deployment](<https://devfeed.tech/topics/model-deployment.md>), [control-plane](<https://devfeed.tech/topics/control-plane.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>), [Amazon Elastic Kubernetes Service](<https://devfeed.tech/topics/amazon-elastic-kubernetes-service.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Gke](<https://devfeed.tech/topics/gke.md>)

Tags: [cloud-infrastructure](<https://devfeed.tech/tags/cloud-infrastructure.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [control-plane](<https://devfeed.tech/tags/control-plane.md>), [crossplane](<https://devfeed.tech/tags/crossplane.md>), [eks](<https://devfeed.tech/tags/eks.md>), [gke](<https://devfeed.tech/tags/gke.md>), [inference](<https://devfeed.tech/tags/inference.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [model-inference](<https://devfeed.tech/tags/model-inference.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [provisioning](<https://devfeed.tech/tags/provisioning.md>)

### AI overview

This article introduces Modelplane, an open control plane built with Crossplane for operating distributed fleets of GPUs used for model inference. It describes combining capacity across clouds, neoclouds, and on-premises environments, deploying models across Kubernetes clusters, and exposing stable OpenAI-compatible endpoints.

### Source excerpt

I've worked on Crossplane for almost eight years, since the v0.1 release. In that time I've watched a lot of people use it to put cloud infrastructure behind an API. For the last few months I've been using it to put a particular,

## Crossplane Adds a CLI Check for v2 Upgrade Compatibility

DevFeed: [Crossplane Adds a CLI Check for v2 Upgrade Compatibility](<https://devfeed.tech/articles/is-your-control-plane-ready-for-crossplane-v2-50284.md>)

Original publisher: [Read original article](<https://blog.crossplane.io/v2-upgrade-check/>)

Author: Jared Watts

Published: 2026-06-05T21:34:40Z

Content type: tutorial

Language: en

Sources: [Crossplane](<https://devfeed.tech/sources/the-crossplane-blog.md>)

Topics: [upgrade](<https://devfeed.tech/topics/upgrade.md>), [control-plane](<https://devfeed.tech/topics/control-plane.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [cli](<https://devfeed.tech/tags/cli.md>), [compatibility](<https://devfeed.tech/tags/compatibility.md>), [composition-functions](<https://devfeed.tech/tags/composition-functions.md>), [control-plane](<https://devfeed.tech/tags/control-plane.md>), [crossplane](<https://devfeed.tech/tags/crossplane.md>), [maturity](<https://devfeed.tech/tags/maturity.md>), [patches](<https://devfeed.tech/tags/patches.md>), [production](<https://devfeed.tech/tags/production.md>), [upgrade](<https://devfeed.tech/tags/upgrade.md>), [v2](<https://devfeed.tech/tags/v2.md>)

### AI overview

Crossplane introduces a read-only CLI command that scans a live v1.x control plane for features removed or changed in Crossplane v2 and identifies the resources requiring action before an upgrade.

### Source excerpt

Holding off on upgrading to Crossplane v2? Use the new upgrade check command to see if your control plane is ready to smoothly upgrade to v2 today.

## Introducing function-kro: YAML+CEL Composition Meets Crossplane

DevFeed: [Introducing function-kro: YAML+CEL Composition Meets Crossplane](<https://devfeed.tech/articles/introducing-function-kro-yaml-cel-composition-meets-crossplane-50278.md>)

Original publisher: [Read original article](<https://blog.crossplane.io/function-kro-yaml-cel/>)

Author: Jared Watts

Published: 2026-03-19T10:59:28Z

Content type: release

Language: en

Sources: [Crossplane](<https://devfeed.tech/sources/the-crossplane-blog.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [API](<https://devfeed.tech/topics/api.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [software-architecture](<https://devfeed.tech/topics/software-architecture.md>)

Tags: [announce](<https://devfeed.tech/tags/announce.md>), [api](<https://devfeed.tech/tags/api.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [aws](<https://devfeed.tech/tags/aws.md>), [azure](<https://devfeed.tech/tags/azure.md>), [cel](<https://devfeed.tech/tags/cel.md>), [community](<https://devfeed.tech/tags/community.md>), [crossplane](<https://devfeed.tech/tags/crossplane.md>), [function](<https://devfeed.tech/tags/function.md>), [functions](<https://devfeed.tech/tags/functions.md>), [gcp](<https://devfeed.tech/tags/gcp.md>), [getting-started](<https://devfeed.tech/tags/getting-started.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [multicloud](<https://devfeed.tech/tags/multicloud.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [pipeline](<https://devfeed.tech/tags/pipeline.md>), [platform](<https://devfeed.tech/tags/platform.md>)

### AI overview

Crossplane introduces function-kro, a composition function that brings kro's YAML and CEL authoring model into Crossplane's pipeline architecture. Existing kro-style resource definitions can run as pipeline steps, with support for dependency wiring, resource composition, and additional independent pipeline capabilities.

### Source excerpt

The combination of YAML+CEL provides a simple experience to define Kubernetes resources. We're excited to announce function-kro that makes kro's YAML+CEL syntax available as another option to join Crossplane's already expansive menu of supported languages.

## Meet Crossplane in Amsterdam for KubeCon EU 2026!

DevFeed: [Meet Crossplane in Amsterdam for KubeCon EU 2026!](<https://devfeed.tech/articles/meet-crossplane-in-amsterdam-for-kubecon-eu-2026-50283.md>)

Original publisher: [Read original article](<https://blog.crossplane.io/meet-crossplane-in-amsterdam-for-kubecon-eu-2026/>)

Author: Ana Margarita Medina

Published: 2026-03-18T17:19:16Z

Content type: news

Language: en

Sources: [Crossplane](<https://devfeed.tech/sources/the-crossplane-blog.md>)

Topics: [Infrastructure as code](<https://devfeed.tech/topics/infrastructure-as-code.md>), [Platform Engineering](<https://devfeed.tech/topics/platform-engineering.md>), [API](<https://devfeed.tech/topics/api.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [apis](<https://devfeed.tech/tags/apis.md>), [cloud-native](<https://devfeed.tech/tags/cloud-native.md>), [crossplane](<https://devfeed.tech/tags/crossplane.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [kubecon](<https://devfeed.tech/tags/kubecon.md>), [kubecon-eu](<https://devfeed.tech/tags/kubecon-eu.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [platform-engineering](<https://devfeed.tech/tags/platform-engineering.md>), [platforms](<https://devfeed.tech/tags/platforms.md>), [self-healing](<https://devfeed.tech/tags/self-healing.md>)

### AI overview

Crossplane's KubeCon + CloudNativeCon Europe 2026 program in Amsterdam includes project demonstrations, maintainer sessions, and end-user presentations on API-driven infrastructure as code, platform engineering, and self-healing platforms.

### Source excerpt

KubeCon EU is back in Amsterdam, and so are we -- with end-user stories from financial institutions and global tech companies, from API-driven infrastructure to self-healing platforms.

## Crossplane v2.2 -- More Capable, More Reliable, More Observable

DevFeed: [Crossplane v2.2 -- More Capable, More Reliable, More Observable](<https://devfeed.tech/articles/crossplane-v2-2-more-capable-more-reliable-more-observable-50277.md>)

Original publisher: [Read original article](<https://blog.crossplane.io/crossplane-v2-2-more-capable-more-reliable-more-observable/>)

Author: Adam Wolfe Gordon

Published: 2026-03-17T15:30:00Z

Content type: release

Language: en

Sources: [Crossplane](<https://devfeed.tech/sources/the-crossplane-blog.md>)

Topics: [releases](<https://devfeed.tech/topics/releases.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [observability](<https://devfeed.tech/topics/observability.md>), [control-plane](<https://devfeed.tech/topics/control-plane.md>), [gRPC](<https://devfeed.tech/topics/grpc.md>), [Logging](<https://devfeed.tech/topics/logging.md>), [tracing](<https://devfeed.tech/topics/tracing.md>), [configuration](<https://devfeed.tech/topics/configuration.md>)

Tags: [alpha](<https://devfeed.tech/tags/alpha.md>), [announce](<https://devfeed.tech/tags/announce.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [control-plane](<https://devfeed.tech/tags/control-plane.md>), [crossplane](<https://devfeed.tech/tags/crossplane.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [developer-experience](<https://devfeed.tech/tags/developer-experience.md>), [grpc](<https://devfeed.tech/tags/grpc.md>), [logging](<https://devfeed.tech/tags/logging.md>), [observability](<https://devfeed.tech/tags/observability.md>), [platform-engineering](<https://devfeed.tech/tags/platform-engineering.md>), [releases](<https://devfeed.tech/tags/releases.md>), [traces](<https://devfeed.tech/tags/traces.md>)

### AI overview

Crossplane v2.2.0 is a quarterly release focused on improving capability, reliability, and performance. It introduces an alpha Pipeline Inspector that forwards composition-function requests and responses over gRPC for debugging, observability, logging, and tracing, along with centralized runtime configuration for package dependencies.

### Source excerpt

We are excited to announce that Crossplane v2.2.0 has been released and is now available for installation into your control planes.

## Crossplane & AI: The Case for API-First Infrastructure

DevFeed: [Crossplane & AI: The Case for API-First Infrastructure](<https://devfeed.tech/articles/crossplane-ai-the-case-for-api-first-infrastructure-50274.md>)

Original publisher: [Read original article](<https://blog.crossplane.io/crossplane-ai-the-case-for-api-first-infrastructure/>)

Author: Ana Margarita Medina

Published: 2026-02-25T13:20:00Z

Content type: article

Language: en

Sources: [Crossplane](<https://devfeed.tech/sources/the-crossplane-blog.md>)

Topics: [control-plane](<https://devfeed.tech/topics/control-plane.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Infrastructure as code](<https://devfeed.tech/topics/infrastructure-as-code.md>), [Automation](<https://devfeed.tech/topics/automation.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [api-centric](<https://devfeed.tech/tags/api-centric.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [automation](<https://devfeed.tech/tags/automation.md>), [cloud-native](<https://devfeed.tech/tags/cloud-native.md>), [control-plane](<https://devfeed.tech/tags/control-plane.md>), [crossplane](<https://devfeed.tech/tags/crossplane.md>), [declarative](<https://devfeed.tech/tags/declarative.md>), [git](<https://devfeed.tech/tags/git.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [operations](<https://devfeed.tech/tags/operations.md>), [platforms](<https://devfeed.tech/tags/platforms.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

AI has accelerated coding, but infrastructure and operations remain constrained by fragmented, human-centered workflows. The article argues that AI agents need API-first, declarative platforms with machine-readable interfaces, explicit governance, and continuous reconciliation.

### Source excerpt

AI has accelerated coding, but the real bottleneck starts after git push. Infrastructure and operations still rely on fragmented, human workflows. To enable AI agents, platforms must be API-first and declarative, offering a consistent, machine-readable control plane for automation at scale.

## Announcing Crossplane's CNCF Graduation

DevFeed: [Announcing Crossplane's CNCF Graduation](<https://devfeed.tech/articles/announcing-crossplane-s-cncf-graduation-50275.md>)

Original publisher: [Read original article](<https://blog.crossplane.io/crossplane-cncf-graduation/>)

Author: Jared Watts

Published: 2025-11-06T17:06:55Z

Content type: release

Language: en

Sources: [Crossplane](<https://devfeed.tech/sources/the-crossplane-blog.md>)

Topics: [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [Software](<https://devfeed.tech/topics/software.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [announce](<https://devfeed.tech/tags/announce.md>), [audits](<https://devfeed.tech/tags/audits.md>), [cloud-native](<https://devfeed.tech/tags/cloud-native.md>), [cncf](<https://devfeed.tech/tags/cncf.md>), [community](<https://devfeed.tech/tags/community.md>), [crossplane](<https://devfeed.tech/tags/crossplane.md>), [governance](<https://devfeed.tech/tags/governance.md>), [graduation](<https://devfeed.tech/tags/graduation.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [openssf](<https://devfeed.tech/tags/openssf.md>)

### AI overview

Crossplane has graduated within the CNCF, marking the project as mature, stable, and broadly deployed. The announcement highlights its contributor community, production adopters, vendor-neutral governance, security audits, OpenSSF Best Practices certification, and established release process.

### Source excerpt

We are absolutely thrilled today to announce the graduation of Crossplane within the CNCF!

## Announcing Crossplane 2.0

DevFeed: [Announcing Crossplane 2.0](<https://devfeed.tech/articles/announcing-crossplane-2-0-50270.md>)

Original publisher: [Read original article](<https://blog.crossplane.io/announcing-crossplane-2-0/>)

Author: Nic Cope

Published: 2025-08-13T04:51:00Z

Content type: release

Language: en

Sources: [Crossplane](<https://devfeed.tech/sources/the-crossplane-blog.md>)

Topics: [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [releases](<https://devfeed.tech/topics/releases.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Cloud Native Ecosystem](<https://devfeed.tech/topics/cloud-native-ecosystem.md>), [self-service](<https://devfeed.tech/topics/self-service.md>), [Cloud APIs](<https://devfeed.tech/topics/cloud-apis.md>)

Tags: [announce](<https://devfeed.tech/tags/announce.md>), [apis](<https://devfeed.tech/tags/apis.md>), [applications](<https://devfeed.tech/tags/applications.md>), [control-plane](<https://devfeed.tech/tags/control-plane.md>), [crossplane](<https://devfeed.tech/tags/crossplane.md>), [declarative](<https://devfeed.tech/tags/declarative.md>), [developers](<https://devfeed.tech/tags/developers.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [platform](<https://devfeed.tech/tags/platform.md>), [platform-teams](<https://devfeed.tech/tags/platform-teams.md>), [release](<https://devfeed.tech/tags/release.md>), [releases](<https://devfeed.tech/tags/releases.md>), [v2](<https://devfeed.tech/tags/v2.md>)

### AI overview

Crossplane 2.0 extends Crossplane from infrastructure management to application management, enabling platform teams to provide unified APIs for applications and infrastructure. The release also adds broader compositions, namespaced resources, declarative day-two operations, and managed-resource filtering.

### Source excerpt

After seven years building Crossplane, we're excited to announce Crossplane 2.0. This release extends beyond infrastructure to support applications as first-class citizens, enabling platform teams to offer unified APIs that manage apps and infrastructure together.

## Crossplane Function Python Enables Python-Based Composition Functions

DevFeed: [Crossplane Function Python Enables Python-Based Composition Functions](<https://devfeed.tech/articles/introducing-function-python-50280.md>)

Original publisher: [Read original article](<https://blog.crossplane.io/introducing-function-python/>)

Author: Nic Cope

Published: 2025-03-26T02:26:53Z

Content type: release

Language: en

Sources: [Crossplane](<https://devfeed.tech/sources/the-crossplane-blog.md>)

Topics: [Python](<https://devfeed.tech/topics/python.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [software-development](<https://devfeed.tech/topics/software-development.md>), [SDK](<https://devfeed.tech/topics/sdk.md>)

Tags: [announce](<https://devfeed.tech/tags/announce.md>), [crossplane](<https://devfeed.tech/tags/crossplane.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [python](<https://devfeed.tech/tags/python.md>), [release](<https://devfeed.tech/tags/release.md>)

### AI overview

Crossplane Function Python is introduced as a tool for writing Crossplane composition functions in Python. The release supports defining how composite resources are composed from Kubernetes resources and allows infrastructure logic to use Python features such as loops, conditionals, libraries, and the standard library.

### Source excerpt

We are excited to announce the first release of Function Python, a powerful new tool that enables you to write Crossplane compositions using Python. This release opens up new possibilities for platform engineers and developers who prefer Python's simplicity and readability when configuring Crossplane. Function Python was developed

## Strengthening Crossplane's Community-Driven Ecosystem

DevFeed: [Strengthening Crossplane's Community-Driven Ecosystem](<https://devfeed.tech/articles/strengthening-crossplane-s-community-driven-ecosystem-50273.md>)

Original publisher: [Read original article](<https://blog.crossplane.io/community-ecosystem/>)

Author: Bassam Tabbara

Published: 2025-02-25T18:51:37Z

Content type: release

Language: en

Sources: [Crossplane](<https://devfeed.tech/sources/the-crossplane-blog.md>)

Topics: [vendor lock-in](<https://devfeed.tech/topics/vendor-lock-in.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [announce](<https://devfeed.tech/tags/announce.md>), [cloud-native](<https://devfeed.tech/tags/cloud-native.md>), [cncf](<https://devfeed.tech/tags/cncf.md>), [community](<https://devfeed.tech/tags/community.md>), [contributed](<https://devfeed.tech/tags/contributed.md>), [crossplane](<https://devfeed.tech/tags/crossplane.md>), [ecosystem](<https://devfeed.tech/tags/ecosystem.md>), [functions](<https://devfeed.tech/tags/functions.md>), [governance](<https://devfeed.tech/tags/governance.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [providers](<https://devfeed.tech/tags/providers.md>), [reliability](<https://devfeed.tech/tags/reliability.md>), [transparency](<https://devfeed.tech/tags/transparency.md>), [updates](<https://devfeed.tech/tags/updates.md>), [vendor-lock-in](<https://devfeed.tech/tags/vendor-lock-in.md>)

### AI overview

Crossplane announces governance and operational updates for community-contributed providers and functions. The changes establish maintenance expectations and require community extensions to be published in a vendor-neutral location, supporting accessibility, reliability, transparency, and long-term adoption.

### Source excerpt

Today, we're excited to announce key updates for the Crossplane community aimed at fostering the growth of community-contributed Crossplane extensions (providers and functions) while reinforcing our commitment to vendor neutrality--just like all CNCF projects.

## Crossplane v2 Proposal Introduces Namespaced Application and Infrastructure Management

DevFeed: [Crossplane v2 Proposal Introduces Namespaced Application and Infrastructure Management](<https://devfeed.tech/articles/crossplane-v2-a-more-intuitive-way-to-manage-applications-50271.md>)

Original publisher: [Read original article](<https://blog.crossplane.io/announcing-crossplane-v2-proposal/>)

Author: Nic Cope

Published: 2025-01-31T00:36:19Z

Content type: release

Language: en

Sources: [Crossplane](<https://devfeed.tech/sources/the-crossplane-blog.md>)

Topics: [Platform Engineering](<https://devfeed.tech/topics/platform-engineering.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Usability](<https://devfeed.tech/topics/usability.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [application-delivery](<https://devfeed.tech/tags/application-delivery.md>), [applications](<https://devfeed.tech/tags/applications.md>), [compatibility](<https://devfeed.tech/tags/compatibility.md>), [control-plane](<https://devfeed.tech/tags/control-plane.md>), [crossplane](<https://devfeed.tech/tags/crossplane.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [kubernetes-native](<https://devfeed.tech/tags/kubernetes-native.md>), [migration](<https://devfeed.tech/tags/migration.md>), [platform-engineering](<https://devfeed.tech/tags/platform-engineering.md>), [usability](<https://devfeed.tech/tags/usability.md>), [v2](<https://devfeed.tech/tags/v2.md>)

### AI overview

Crossplane v2 proposes a namespaced-first model for managing applications and infrastructure with Kubernetes resources. The proposal broadens composition capabilities, removes claims, preserves existing v1 APIs, and supports opt-in migration.

### Source excerpt

Crossplane v2 introduces a more intuitive, namespaced-first approach to managing both applications and infrastructure, making it easier to compose Kubernetes resources without unnecessary complexity. With backward compatibility and an opt-in migration path, these changes improve usability while preserving Crossplane's core strengths in platform engineering and declarative infrastructure management.

## My Experience as a Mentee in the LFX Mentorship Program with Crossplane

DevFeed: [My Experience as a Mentee in the LFX Mentorship Program with Crossplane](<https://devfeed.tech/articles/my-experience-as-a-mentee-in-the-lfx-mentorship-program-with-crossplane-50282.md>)

Original publisher: [Read original article](<https://blog.crossplane.io/lfx-mentorship-2024/>)

Author: Mehmet Enes Onuş

Published: 2024-10-08T15:48:07Z

Content type: article

Language: en

Sources: [Crossplane](<https://devfeed.tech/sources/the-crossplane-blog.md>)

Topics: [Open Source](<https://devfeed.tech/topics/open-source.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [renovate](<https://devfeed.tech/topics/renovate.md>), [Developer Tools](<https://devfeed.tech/topics/developer-tools.md>)

Tags: [cncf](<https://devfeed.tech/tags/cncf.md>), [community](<https://devfeed.tech/tags/community.md>), [contributing](<https://devfeed.tech/tags/contributing.md>), [crossplane](<https://devfeed.tech/tags/crossplane.md>), [dependencies](<https://devfeed.tech/tags/dependencies.md>), [foundation](<https://devfeed.tech/tags/foundation.md>), [github](<https://devfeed.tech/tags/github.md>), [github-action](<https://devfeed.tech/tags/github-action.md>), [lfx](<https://devfeed.tech/tags/lfx.md>), [linux](<https://devfeed.tech/tags/linux.md>), [linux-foundation](<https://devfeed.tech/tags/linux-foundation.md>), [mentee](<https://devfeed.tech/tags/mentee.md>), [mentorship](<https://devfeed.tech/tags/mentorship.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [program](<https://devfeed.tech/tags/program.md>), [renovate](<https://devfeed.tech/tags/renovate.md>), [schemas](<https://devfeed.tech/tags/schemas.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [software](<https://devfeed.tech/tags/software.md>)

### AI overview

A mentee describes applying to and participating in the LFX Mentorship Program while contributing to the Crossplane open-source project. The article covers contributions involving Renovate GitHub Actions, schema validation, and dependency graph caching.

### Source excerpt

As someone passionate about open-source software, being a mentee in the LFX Mentorship Program, backed by the Linux Foundation, has been one of the most enriching experiences of my career

## Go deeper with control planes at Level Up with Crossplane, presented by Upbound

DevFeed: [Go deeper with control planes at Level Up with Crossplane, presented by Upbound](<https://devfeed.tech/articles/go-deeper-with-control-planes-at-level-up-with-crossplane-presented-by-upbound-50279.md>)

Original publisher: [Read original article](<https://blog.crossplane.io/go-deeper-with-control-planes-at-level-up-with-crossplane-presented-by-upbound/>)

Author: Crossplane Community

Published: 2024-04-25T15:59:01Z

Content type: article

Language: en

Sources: [Crossplane](<https://devfeed.tech/sources/the-crossplane-blog.md>)

Topics: [control-plane](<https://devfeed.tech/topics/control-plane.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [Software Testing](<https://devfeed.tech/topics/software-testing.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [cfp](<https://devfeed.tech/tags/cfp.md>), [ci](<https://devfeed.tech/tags/ci.md>), [cloud-infrastructure](<https://devfeed.tech/tags/cloud-infrastructure.md>), [command-line](<https://devfeed.tech/tags/command-line.md>), [community](<https://devfeed.tech/tags/community.md>), [community-day](<https://devfeed.tech/tags/community-day.md>), [composition](<https://devfeed.tech/tags/composition.md>), [composition-functions](<https://devfeed.tech/tags/composition-functions.md>), [control-plane](<https://devfeed.tech/tags/control-plane.md>), [crossplane](<https://devfeed.tech/tags/crossplane.md>), [functions](<https://devfeed.tech/tags/functions.md>), [getting-started](<https://devfeed.tech/tags/getting-started.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [production](<https://devfeed.tech/tags/production.md>), [scaling](<https://devfeed.tech/tags/scaling.md>), [troubleshoot](<https://devfeed.tech/tags/troubleshoot.md>)

### AI overview

An announcement for Level Up with Crossplane, a free online event presented by Upbound for engineers learning Crossplane control planes. The event covers Crossplane 1.15, compositions, composition functions, testing patterns, CLI tools, APIs, and CRD versioning.

### Source excerpt

Inspired by Control Plane Day and Crossplane Day, Level Up with Crossplane, presented by Upbound, is a new event series for the community of engineers interested in getting hands-on with Crossplane control planes. Register for the live May 7 event.

## Crossplane Community Talks from KubeCon + CloudNativeCon Europe 2024

DevFeed: [Crossplane Community Talks from KubeCon + CloudNativeCon Europe 2024](<https://devfeed.tech/articles/kubecon-europe-2024-watch-these-8-crossplane-y-talks-50281.md>)

Original publisher: [Read original article](<https://blog.crossplane.io/kubecon-europe-2024-watch-these-8-crossplane-y-talks/>)

Author: Crossplane Community

Published: 2024-04-18T17:29:59Z

Content type: article

Language: en

Sources: [Crossplane](<https://devfeed.tech/sources/the-crossplane-blog.md>)

Topics: [Service fabric](<https://devfeed.tech/topics/service-fabric.md>), [control-plane](<https://devfeed.tech/topics/control-plane.md>), [Developer experience](<https://devfeed.tech/topics/developer-experience.md>), [software-development](<https://devfeed.tech/topics/software-development.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [render](<https://devfeed.tech/topics/render.md>)

Tags: [argocd](<https://devfeed.tech/tags/argocd.md>), [aws](<https://devfeed.tech/tags/aws.md>), [case-study](<https://devfeed.tech/tags/case-study.md>), [cfp](<https://devfeed.tech/tags/cfp.md>), [cloud-native](<https://devfeed.tech/tags/cloud-native.md>), [cloudnativecon](<https://devfeed.tech/tags/cloudnativecon.md>), [cncf](<https://devfeed.tech/tags/cncf.md>), [community](<https://devfeed.tech/tags/community.md>), [community-day](<https://devfeed.tech/tags/community-day.md>), [composition](<https://devfeed.tech/tags/composition.md>), [composition-functions](<https://devfeed.tech/tags/composition-functions.md>), [control-plane](<https://devfeed.tech/tags/control-plane.md>), [crossplane](<https://devfeed.tech/tags/crossplane.md>), [dapr](<https://devfeed.tech/tags/dapr.md>), [deploy](<https://devfeed.tech/tags/deploy.md>), [developer-experience](<https://devfeed.tech/tags/developer-experience.md>), [europe](<https://devfeed.tech/tags/europe.md>), [framework](<https://devfeed.tech/tags/framework.md>), [getting-started](<https://devfeed.tech/tags/getting-started.md>), [kubecon](<https://devfeed.tech/tags/kubecon.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [observability](<https://devfeed.tech/tags/observability.md>), [scaling](<https://devfeed.tech/tags/scaling.md>), [talks](<https://devfeed.tech/tags/talks.md>), [upbound](<https://devfeed.tech/tags/upbound.md>)

### AI overview

A roundup of Crossplane community talks from KubeCon + CloudNativeCon Europe 2024, including sessions on Crossplane's cloud native control plane framework and its developer experience.

### Source excerpt

What's the latest with the Crossplane cloud native control plane framework? Catch these Crossplane community talks from KubeCon/CloudNativeCon Europe.