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
- Read how to edit definitions to build your own capability from existing ones.
- Build your own capability from scratch and learn more features about how to define custom components.