Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.88 KB

File metadata and controls

39 lines (29 loc) · 1.88 KB
sidebar_label title description hide_table_of_contents sidebar_position tags
Crossplane
Crossplane
Learn how to use Crossplane with Palette and Palette VerteX.
false
0
crossplane
iac
automation
infrastructure as code

Palette supports the open source Cloud Native Computing Foundation (CNCF) project Crossplane. Crossplane transforms Kubernetes clusters into universal control planes, extending the Kubernetes API and enabling infrastructure resource provisioning and management across major infrastructure providers.

These resources, called Managed Resources (MR) within the Crossplane environment, are essentially Kubernetes Custom Resource Definitions (CRDs) that represent infrastructure resources as native Kubernetes objects. Because they are Kubernetes objects, you can interact with them using standard commands like kubectl describe. When users create a managed resource, Crossplane interacts with the infrastructure provider API to request the creation of the resource within the provider's environment.

Palette Provider

You can use the Palette Crossplane Provider to interact with the Palette API and create resources declaratively.

Refer to the Palette Provider page for a complete list of managed resources and examples.

Get Started

For examples of end-to-end cluster provisioning with Crossplane, review the following guides:

Resources