mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-09 19:07:04 +00:00
* Support cloud resource provisioning and consuming (Crossplane) Provided a way to store secret for cloud resource generated by Crossplane and to consume the secret Refer to #1128 * Separate cloud resource producer and consumer in two applications * add unit test to check whether application can consume cloud resource secret * update Cloud Resource doc * Provisioning and consuming cloud resource in different applications v1 (one cloud resource) * one component consumes two cloud resources Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com>
Vela CLI and Dashboard Reference Implementation
This folder contains all reference implementation of vela cli, apiserver and dashboard. It provides a PoC of how to integrate KubeVela with your own system, you can refer to these implementations and build your own.
The formal KubeVela APIServer is a standalone project called velacp.