/dashboard-1

KubeGems Dashboard is the based UI for KubeGems clusters.

Primary LanguageVueApache License 2.0Apache-2.0

Kubegems Logo

CI badge Language License

Kubegems Dashboard

Introduction

KubeGems is an open source enterprise-grade multi-tenant container cloud platform. Around the cloud native community. KubeGems provides the ability to access multiple Kubernetes clusters, and has rich component management and resource cost analysis functions. It can help enterprises to quickly build and build a localized, powerful and low-cost cloud management platform.

KubeGems Dashboard is the web interface for KubeGems.

How to build

Requirement

Node.js

Node.js is required. If you don't have a Node.js development environment, please set it up. The minimum version required is 16.

Yarn

We use Yarn to do package management. If you don't have yarn, use the following to install:

npm install -g yarn@1.22.17

The minimum version required is 1.22.17, but you can use a newer version.

Clone the repository, and run yarn && yarn build

git clone https://github.com/kubegems/dsahboard.git
cd dashboard/
yarn && yarn build
yarn serve

Documentation

To check out live demo and docs, visit kubegems.io.

Issues

Please make sure to read the Issue Template and Pull Request Template before opening an issue or create PR.

Changelog

Detailed changes for each release are documented in the release notes.

📑 License

Apache-2.0

Copyright (c) 2021-present Kubegems.io