Overview
The KubeVela User Experience (UX) Dashboard. Designed as an extensible, application-oriented delivery platform.
Quick Start
Users
Please refer to: https://kubevela.net/docs/install
Developers
Build the frontend
Make sure you have installed yarn.
Install frontend dependencies and build the frontend.
yarn install
yarn build
Start the server
- Install the Go 1.19+.
- Prepare a KubeVela core environment.
## Linux or Mac
curl -fsSl https://static.kubevela.net/script/install-velad.sh | bash
## Windows
powershell -Command "iwr -useb https://static.kubevela.net/script/install-velad.ps1 | iex"
velad install
- Init the dependencies.
vela addon enable ./addon replicas=0
- Start the server on local
# Install all dependencies
go mod tidy
# Setting the kube config
export KUBECONFIG=$(velad kubeconfig --host)
# Start the server
make run-server
Then, you can open the http://127.0.0.1:8000. More info refer to contributing
-
Slack: CNCF Slack #kubevela channel (English)
-
DingTalk Group: 23310022
(Chinese)
-
Wechat Group (Chinese) : Broker wechat to add you into the user group.
Contributing
Check out CONTRIBUTING to see how to develop with KubeVela.
Report Vulnerability
Security is a first priority thing for us at KubeVela. If you come across a related issue, please send email to security@mail.kubevela.io .
Code of Conduct
KubeVela adopts CNCF Code of Conduct.