README
¶
Let cloudnative management more easily.
Introduction
English | 中文
KubeGems is an open source, enterprise-class multi-tenant container cloud platform. Built around a cloud-native community, and kubegems provides access to multiple kubernetes clusters with rich component management and resource cost analysis capabilities to help enterprises quickly build and build a localized, powerful and low-cost cloud management platform.
Highlights
Kubegems follows the best practices of cloud-native applications and delivers them to users in the simplest and most efficient way.
Multiple kubernetes cluster
Multi-tenancy
Plugins management
GitOps with Argocd/Rollout
Observability (OpenTelemetry)
ServiceMesh based on istio
Applications Store
Smart ML(Machine Learning) Models Serving
Snapshots






Tenant Overview | WorkSpace |
Clusters | Plugins |
Appstore | Observability |
Online Demo
You can visit our KubeGems Online Demo
account:
admin
password:demo!@#admin
Getting started
Install Kubernetes cluster
You can Install your k8s cluster using any of the following methods, supported k8s version is v1.20 +
Installation
When your k8s cluster is ready, next you can install kubegems insatller operator on your cluster.
kubectl create namespace kubegems-installer
kubectl apply -f https://github.com/kubegems/kubegems/raw/main/deploy/installer.yaml
install kubegems with installer operator.
kubectl create namespace kubegems
export STORAGE_CLASS=local-path # export your storageClass
export KUBEGEMS_VERSION=v1.21.2 # change to specify kubegems version
curl -sL https://raw.githubusercontent.com/kubegems/kubegems/main/deploy/kubegems.yaml \
| sed -e "s/local-path/${STORAGE_CLASS}/g" -e "s/latest/${KUBEGEMS_VERSION}/g" \
> kubegems.yaml
kubectl apply -f kubegems.yaml
More informations refer to https://www.kubegems.io/docs/installation/quick-install
Contributing
We very much welcome you to participate in the contribution and sharing of platform experience, standardized applications, plug-in sharing and other fields in the kubegems community.
If you are a user who s using KubeGems, and you have a deep understanding of kubegems and agree with the technical route, and there is a great demand within your enterprise, we welcome you to participate in the development of kubegems project.
More information refer to CONTRIBUTING.md.
Let us know who is using KubeGems
You can submit issues to tell us about your case.
License
Apache License 2.0, see LICENSE.
Directories
¶
Path | Synopsis |
---|---|
docs
|
|
swagger
Package swagger GENERATED BY SWAG; DO NOT EDIT This file was generated by swaggo/swag
|
Package swagger GENERATED BY SWAG; DO NOT EDIT This file was generated by swaggo/swag |
pkg
|
|
apis/application/v1beta1
+kubebuilder:object:generate=true +groupName=application.kubegems.io
|
+kubebuilder:object:generate=true +groupName=application.kubegems.io |
apis/gems/v1beta1
Package v1beta1 is the v1beta1 version of the API.
|
Package v1beta1 is the v1beta1 version of the API. |
apis/plugins/v1beta1
Package v1beta1 is the v1beta1 version of the API.
|
Package v1beta1 is the v1beta1 version of the API. |
utils/harbor
* OCI Distribution Specification Client * * For more information visit below URL * https://github.com/opencontainers/distribution-spec/blob/main/spec.md#endpoints *
|
* OCI Distribution Specification Client * * For more information visit below URL * https://github.com/opencontainers/distribution-spec/blob/main/spec.md#endpoints * |
scripts
|
|
tools
|
|
helm-schema
Module
|