Get Upbound
Welcome to Upbound, the enterprise platform for Crossplane that helps you build autonomous infrastructure platforms at scale. Whether you're already using Open Source Crossplane or exploring control planes for the first time, Upbound provides the tools and services to take your infrastructure automation to the next level.
Upbound allows you to expose infrastructure across clouds, vendors, and systems through a single programmable API surface that works for humans and intelligent agents alike. Upbound powers this API surface with Upbound Crossplane 2.0 (UXP) - our next-generation control plane that delivers enterprise-grade reliability, performance, and developer experience.
Already using open source Crossplane?
If you're already using Crossplane and want to check out Upbound Crossplane
2.0, you can upgrade an existing Crossplane cluster with Helm or the up
CLI.
For more details, follow our Upgrade Guide to see how Upbound can enhance your existing workflow.
- Helm Install
- Up CLI
export UXP_VERSION=2.0.2-up.1
helm upgrade --install crossplane --namespace crossplane-system oci://xpkg.upbound.io/upbound/crossplane --version "${UXP_VERSION}" --set "upbound.manager.imagePullSecrets[0].name=uxpv2-pull,webui.imagePullSecrets[0].name=uxpv2-pull,apollo.imagePullSecrets[0].name=uxpv2-pull"
Download the up
CLI and upgrade an existing test cluster.
Download the CLI:
curl -sL "https://cli.upbound.io" | sh
Upgrade an existing Crossplane cluster to UXP:
up uxp upgrade
New to Crossplane and Upbound?
🚀 Install the Upbound CLI
- Install the up CLI to gain access to all Upbound's tooling on your machine.
What is Upbound?
Upbound is the platform that helps platform engineers automate and build their platforms.
The power of the Upbound platform is the control plane. A control plane is software that controls other software by exposing custom APIs for your infrastructure to automatically maintain your desired state. Upbound's control plane framework lets you manage infrastructure and resources across clouds and services.
The value of control planes is building your own custom APIs to provision the resources your users need.
The control plane constantly monitors your cloud resources to meet the state you define in your custom APIs. You define your resources and Upbound parses, connects with the service, and manages the lifecycle on your behalf.
Next steps
- Follow the introduction guide to get started building your own control plane.
- For OSS Crossplane users, follow the Upgrade guide.