/velacp

KubeVela control plane

Primary LanguageTypeScriptApache License 2.0Apache-2.0

alt

velacp

Overview

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:

alt

Quickstart

Download server releases.

Or build server binaries yourself:

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 .

alt

Community

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.