jrkeen / velacp

KubeVela control plane

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

KubeVela control plane

License:Apache License 2.0


Languages

Language:TypeScript 72.9%Language:Go 19.0%Language:JavaScript 3.2%Language:Less 2.0%Language:EJS 1.7%Language:Makefile 0.8%Language:Dockerfile 0.2%Language:Shell 0.1%