Categorygithub.com/oam-dev/velacp
repository
0.0.2
Repository: https://github.com/oam-dev/velacp.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

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:

Overview:

alt

Internals:

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 [email protected] .

Code of Conduct

KubeVela adopts CNCF Code of Conduct.