velaux

module
v1.8.0-alpha.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 16, 2023 License: Apache-2.0

README

alt

Go Report Card Docker Pulls

Overview

The KubeVela User Experience (UX) Dashboard. Designed as an extensible, application-oriented delivery platform.

Quick Start

Users

Please refer to: https://kubevela.net/docs/install

Developers

Build the frontend

Make sure you have installed yarn.

Install frontend dependencies and build the frontend.

yarn install
yarn build
Start the server
  1. Install the Go 1.19+.
  2. Prepare a KubeVela core environment.
## Linux or Mac
curl -fsSl https://static.kubevela.net/script/install-velad.sh | bash
## Windows
powershell -Command "iwr -useb https://static.kubevela.net/script/install-velad.ps1 | iex"

velad install
  1. Init the dependencies.
vela addon enable ./addon replicas=0
  1. Start the server on local
# Install all dependencies
go mod tidy

# Setting the kube config
export KUBECONFIG=$(velad kubeconfig --host)

# Start the server
make run-server

Then, you can open the http://127.0.0.1:8000. More info refer to contributing

Community

  • Slack: CNCF Slack #kubevela channel (English)

  • DingTalk Group: 23310022 (Chinese)

  • Wechat Group (Chinese) : Broker wechat to add you into the user group.

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL