/velacp

KubeVela control plane

Primary LanguageTypeScriptApache License 2.0Apache-2.0

velacp

KubeVela control plane (velacp) includes the UI/CLI and HTTP server components to provide application and cluster management experience based on KubeVela & K8s.

Architecture

This project is based on the following tech stacks:

alt

Quickstart

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 .

Cluster

alt alt

Application

alt alt alt