Skip to main content
Version: v1.1

Needs More?

1. Get from capability registry

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

List

By default, the commands will list capabilities from repo maintained by KubeVela.

$ kubectl vela comp --discover
Showing components from registry: oss://registry.kubevela.net
NAME REGISTRY DEFINITION
webserver default deployments.apps

Install

Then you can install a component like:

$ kubectl vela comp get webserver
Installing component capability webserver
Successfully install component: webserver

2. Designed by yourself