crossplane Archives - SD Times https://sdtimes.com/tag/crossplane/ Software Development News Wed, 01 Nov 2023 20:14:23 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.5 https://sdtimes.com/wp-content/uploads/2019/06/bnGl7Am3_400x400-50x50.jpeg crossplane Archives - SD Times https://sdtimes.com/tag/crossplane/ 32 32 Crossplane 1.14 released with platform engineering in mind https://sdtimes.com/cloud/crossplane-1-14-released-with-platform-engineering-in-mind/ Wed, 01 Nov 2023 20:14:23 +0000 https://sdtimes.com/?p=52907 The team behind Crossplane has announced the release of the latest version of the framework for building control planes.  According to the project maintainers, Crossplane 1.14 is the biggest release of the project so far and introduces several new features that are targeted at benefiting platform engineers. The CLI was updated with several new commands … continue reading

The post Crossplane 1.14 released with platform engineering in mind appeared first on SD Times.

]]>
The team behind Crossplane has announced the release of the latest version of the framework for building control planes. 

According to the project maintainers, Crossplane 1.14 is the biggest release of the project so far and introduces several new features that are targeted at benefiting platform engineers. The CLI was updated with several new commands that are useful in creating and managing control planes, such as “init” to initialize a new project, “build” and “push” to package and distribute to a registry, “install” to deploy the package into a control plane, “render” to test composition logic, and “trace” to examine live resources, which is helpful in root cause analysis. 

Of these, the maintainers believe “render” and “trace” are the most significant of these new commands. They explained that prior to this release there wasn’t a ton of support for testing compositions before they were deployed into live clusters. “Render” changes this by allowing developers to view the compositions they are working on, enabling them to verify if they are right before proceeding. The “trace” command also helps with the troubleshooting process because developers can investigate specific resources. 

Also in this release is a beta of Composition Functions, which allows developers to create custom logic using whatever language they want. The project also now comes with a few generic Functions, which eliminates the need to write code for those. 

“An entire ecosystem of reusable Functions will be available in the Upbound Marketplace that will address common scenarios not previously possible with traditional composition based on patch and transform abilities. This flexibility of writing your custom logic in a language of your choice or reusing general Functions from the ecosystem will unlock a wealth of new scenarios for people building control planes with Crossplane,” Jared Watts, co-creator, maintainer, and steering committee member of Crossplane, wrote in a blog post

This release also introduces the “Usage” API, which allows developers to declare dependency relationships between resources. The reason behind this is that sometimes when Crossplane cleans up resources, it may not get to all of them, resulting in “orphaned resources” being left behind. This happens when a dependent resource is deleted before the resource it depends on, leaving Crossplane unable to delete the remaining one. With the “Usage” functionality, the new dependency relationship will reason over the original deletion rules and prevent resources that are a dependency from being deleted. 

The next major release of Crossplane is expected in January 2024 and will include even more investments in developer experience that will improve the methods for building control planes.

 

The post Crossplane 1.14 released with platform engineering in mind appeared first on SD Times.

]]>
Upbound’s managed Crossplane offering enables auto-scaling of control planes https://sdtimes.com/software-development/upbounds-managed-crossplane-offering-enables-auto-scaling-of-control-planes/ Tue, 04 Apr 2023 17:02:05 +0000 https://sdtimes.com/?p=50797 Upbound, the creator of the open source project Crossplane, has announced managed control planes (MCP) for the project.  This means that Crossplane can auto-scale as more resources are added, major and minor upgrades of core components are handled in the background, and automatic snapshots are made for backup purposes.  Platform operators can also do things … continue reading

The post Upbound’s managed Crossplane offering enables auto-scaling of control planes appeared first on SD Times.

]]>
Upbound, the creator of the open source project Crossplane, has announced managed control planes (MCP) for the project. 

This means that Crossplane can auto-scale as more resources are added, major and minor upgrades of core components are handled in the background, and automatic snapshots are made for backup purposes. 

Platform operators can also do things like view control plane usage, debug API calls, and integrate with logging and monitoring solutions. 

Control plane configurations are stored in a git repository, and team members can add to the customizations through there and push updates to the control plane without needing to manage the deployment pipeline. 

The Operator Console and Control Plane Portal provide a single view of the control planes that are deployed. These also act as self-service portals for developers, leading to increased efficiency and shortened development time. 

The company also announced a new MCP Connector that can be installed in a Kubernetes cluster. The connector supports managing infrastructure and resources in a single GitOps flow. 

“Many organizations find themselves embarking on similar journeys: building ‘golden paths,’ ‘launch zones,’ or ‘cloud infrastructure self-service.’ These organizations are all building their own internal platforms above the clouds — and they’re using Crossplane to power them,” said Bassam Tabbara, CEO and founder, Upbound. “The release today unlocks unparalleled scale and management of these control planes.”

The post Upbound’s managed Crossplane offering enables auto-scaling of control planes appeared first on SD Times.

]]>