KubeVela control plane (velacp) includes the UI/CLI and HTTP server components to provide application and cluster management experience based on KubeVela & K8s.
This project is based on the following tech stacks:
- Protobuf
- Golang and Echo
- React and Ant Design Pro
- Mongodb
Build cli and server binaries:
mkdir -p _bin/
make
Setup a mongodb instance. Check the official doc.
Start velacp server:
_bin/velacp server \
--db-url=${MONGO_URL} \
--db-name=vela
The dashboard will be served at http://localhost:8000 .