The KubeVela User Experience (UX) Dashboard. Designed as an extensible, application-oriented delivery platform.
Please refer to: https://kubevela.net/docs/install
Make sure you have installed yarn.
Install frontend dependencies and build the frontend.
yarn install
yarn build
- 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.
Check out CONTRIBUTING to see how to develop with KubeVela.
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 .
KubeVela adopts CNCF Code of Conduct.