kubegems

package module
v1.24.5 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

README


Let cloudnative management more easily.

.github/workflows/build.yml Docker Pulls Go Report Card GitHub go.mod Go version GitHub release (latest SemVer) Artifact HUB license

Website Docs Demo Wechat Twitter Slack Sponsors

🇨🇳 Chinese(Simplified) 🇭🇰 Chinese(Traditional) 🇺🇸 English 🇯🇵 Japanese

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


Clusters WorkSpace
Application Store AI Models Store
ServiceMesh 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 +

  1. kubeadm
  2. kind
  3. kubekey
  4. Any other ways...

Installation

Choose a kubegems version from Kubegems Release:

export KUBEGEMS_VERSION=<TAG_NAME>  # change to kubegems version

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/${KUBEGEMS_VERSION}/deploy/installer.yaml"

Install kubegems with installer operator.

kubectl create namespace kubegems

export STORAGE_CLASS=local-path  # set to your storageClass
curl -sL "https://github.com/kubegems/kubegems/raw/${KUBEGEMS_VERSION}/deploy/kubegems.yaml" \
| sed -e "s/local-path/${STORAGE_CLASS}/g" > kubegems.yaml

kubectl apply -f kubegems.yaml

More informations refer to https://www.kubegems.io/docs/installation/quick-install

Contributing

If you find this project useful, help us:

  • Support the development of this project and star this repo! ⭐
  • If you use the KubeGems in a production environment, add yourself to the list of production adopters 👌
  • Help new users with issues they may encounter 🙋
  • Send a pull request with your new features and bug fixes 🚀

We very much welcome your contribution and sharing in the KubeGems community in the fields of platform experience, standardized application, plugin sharing, etc.

More information refer to CONTRIBUTING.md.

Thanks to the contributors of KubeGems !

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
docs
internal
pkg
apis/application/v1beta1
+kubebuilder:object:generate=true +groupName=application.kubegems.io
+kubebuilder:object:generate=true +groupName=application.kubegems.io
apis/edge/v1beta1
+k8s:deepcopy-gen=package +groupName=edge.kubegems.io
+k8s:deepcopy-gen=package +groupName=edge.kubegems.io
apis/gems/v1beta1
Package v1beta1 is the v1beta1 version of the API.
Package v1beta1 is the v1beta1 version of the API.
apis/models/v1beta1
+kubebuilder:object:generate=true +groupName=models.kubegems.io
+kubebuilder:object:generate=true +groupName=models.kubegems.io
apis/plugins/v1beta1
Package v1beta1 is the v1beta1 version of the API.
Package v1beta1 is the v1beta1 version of the API.
log
service/handlers
some struct for swagger used
some struct for swagger used
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

Jump to

Keyboard shortcuts

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