Skip to content

kubegems/dashboard

Repository files navigation

Kubegems Logo

CI badge Language vue License preview badge

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.

Pnpm

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

npm install -g pnpm

Clone the repository, and run pnpm && pnpm build

git clone https://github.com/kubegems/dashboard.git
cd dashboard/
pnpm && pnpm build
pnpm start

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