Giter VIP home page Giter VIP logo

itxx00 / kubegems Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kubegems/kubegems

0.0 0.0 0.0 4.61 MB

KubeGems is a Multi-tenant management platform based on Kubernetes, which has supported tens of thousands of containers in stable operation right now.

Home Page: https://kubegems.io

License: Apache License 2.0

Shell 0.63% Python 0.71% Go 96.99% Makefile 0.28% Smarty 1.39% Dockerfile 0.01%

kubegems's Introduction


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

DocumentationDemo

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 +

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

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.22.0  # 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 your contribution and sharing in the KubeGems community in the fields of platform experience, standardized application, plugin sharing, etc.

If you are a user of KubeGems, have a deep understanding of Kubernetes, agree with the technical route, and have great demand within the enterprise, we welcome you to participate in the development of the 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.

kubegems's People

Contributors

jojotong avatar cnfatal avatar pepesi avatar linkmaq avatar zhanghe9702 avatar itxx00 avatar sunlintong avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.