kubevela.github.io/docs/end-user/components/more.md

1.2 KiB
Raw Blame History

title
Needs More

1. Get from capability registry

You can get more from official capability registry by using KubeVela plugin

List

By default, the following command lists capabilities from the default registry maintained by KubeVela.

$ vela comp --discover
Listing component definition from registry: default
NAME            REGISTRY        DEFINITION                      STATUS     
kustomize       default         autodetects.core.oam.dev        installed  
webserver       default         deployments.apps                uninstalled

--discover means list components from registry

Install

Then you can install a component like:

$ vela comp get webserver
Getting component definition from registry: default
Installing component: webserver
Successfully install component: webserver

2. Designed by yourself