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.
Node.js is required. If you don't have a Node.js development environment, please set it up. The minimum version required is 16.
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
To check out live demo and docs, visit kubegems.io.
Please make sure to read the Issue Template and Pull Request Template before opening an issue or create PR.
Detailed changes for each release are documented in the release notes.
Copyright (c) 2021-present Kubegems.io