KubeSphere is an enterprise-grade multi-tenant container management platform that built on Kubernetes. It provides an easy-to-use UI enables creation of computing resources with a few clicks and one-click deployment, which reduces the learning curve and empower the DevOps teams. It greatly reduces the complexity of the daily work of development, testing, operation and maintenance, aiming to solve the pain spots of Kubernetes' storage, network, security and ease of use, etc.
See this document that describes the KubeSphere landscape and details.
KubeSphere Advanced Edition 2.0.0 provides an easy-to-use console with the awesome user experience that allows you to quickly get started with a container management platform. KubeSphere provides and supports following core features:
- Workload management
- Service mesh
- DevOps
- Source to Image
- Multi-tenant management
- Multi-dimensional and Multi-tenant monitoring, Logging, Alerting, Notification
- Service and network management
- Application template and repository
- Infrastructure management, image registry management
- Interate Harbor and GitLab
- LB controller for Kubernetes on bare metal (Porter), cloud LB plugin
- Support GPU node
It also supports multiple open source storage and high-performance cloud storage as the persistent storage services, as well as supports multiple open source network plugins.
See this document that elaborates on the KubeSphere features and services from a professional point of view.
KubeSphere Advanced Edition 2.0.0 was released on May 18th, 2019. See the Release Notes For 2.0.0 to preview the updates.
KubeSphere installation supports following 2 kinds of installation, please reference the following guides on how to get KubeSphere up and running.
All-in-One: For those who are new to KubeSphere and looking for the fastest way to install and experience the dashboard.
Just download the installer and execute the install.sh
under /scripts
folder, choose "1) All-in-one"
to trigger the installation. Generally, you can install it directly without any modification, for details please reference All-in-One.
$ curl -L https://kubesphere.io/download/stable/advanced-2.0.0 > advanced-2.0.0.tar.gz
$ tar -zxf advanced-2.0.0.tar.gz
Multi-Node is used for installing KubeSphere on multiple instances, supports for installing a highly available cluster which is able to use in a formal environment.
- Operating Systems
- CentOS 7.5 (64 bit)
- Ubuntu 16.04/18.04 LTS (64 bit)
- Red Hat Enterprise Linux Server 7.4 (64 bit)
- Debian Stretch 9.5 (64 bit)
- Hardware
- CPU:8 Core, Memory:16 G, Disk Space:100 G
The Quick Start Guide provides 12 quick-start examples to walk you through the process and common manipulation in KubeSphere, with a quick overview of the core features of KubeSphere that helps you to get familiar with it.
Currently, KubeSphere has released the following 4 major editions. Advanced Edition 2.0.0 was released on May 18, 2019. The future releases will include Big data, AI, Multicluster, QingCloud SDN, etc.
Community Edition => Express Edition => Advanced Edition 1.0.0 => Advanced Edition 2.0.0
If you need any help with KubeSphere, please join us at Slack channel where most of our team hangs out at.
Please submit any KubeSphere bugs, issues, and feature requests to KubeSphere GitHub Issue.
All members of the KubeSphere community must abide by Code of Conduct. Only by respecting each other can we develop a productive, collaborative community.
How to submit a pull request to KubeSphere? See Pull Request Instruction.
You can then find out more detail here.