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.

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

Install

Then you can install a component like:

  1. $ kubectl vela comp get webserver
  2. Installing component capability webserver
  3. Successfully install component: webserver

2. Designed by yourself