roadmap.md 2.2 KB
Newer Older
1 2
# KubeSphere Roadmap

R
Ray Zhou 已提交
3
KubeSphere Roadmap demonstrates a list of open source product development plans and features being split by the edition and modules, as well as KubeSphere community's anticipation. Obviously, it details the future's direction of KubeSphere, but may change over time. We hope that can help you to get familiar with the project plans and vision through the Roadmap. Of course, if you have any better ideas, welcome to filing [Issues](https://github.com/kubesphere/kubesphere/issues).
4 5 6 7 8 9 10 11 12 13 14 15 16

## Release Goals

| Edition  | Schedule |
|---|---|
| Release Express| Jul, 2018 |
| Release v1.0.0| Dec, 2018 |
| Release v1.0.1| Jan, 2019 |
| Release v2.0.0| May, 2019 |
| Release v2.0.1| June, 2019|
| Release v2.0.2| Jul, 2019 |
| Release v2.1.0| Nov, 2019 |
| Release v2.1.1| Feb, 2020 |
R
Ray Zhou 已提交
17
| Release v3.0.0| June, 2020 |
18 19 20 21 22 23 24 25

## Features

### v2.1.1

- [ ] Most of the work will be bugfix
- [ ] Refactor RBAC in order to support future versions regarding third-party plugins with custom access control.
- [ ] Refactor installer
B
Benjamin 已提交
26
- [ ] FluentBit Operator upgrade
27 28 29 30 31 32 33

### v3.0.0

#### Multi-cluster

#### DevOps

R
runzexia 已提交
34 35 36 37
- [ ] Create / Edit Pipeline Process Optimization.
- [ ] S2I/B2I supports webhook.
- [ ] Image registry optimization.
- [ ] Pipeline support integration with JIRA.
R
Ray Zhou 已提交
38 39 40
- [ ] Pipeline integrates the notification of KubeSphere.
- [ ] Pipeline integrates KubeSphere custom monitoring.

41 42
#### Observability

B
Benjamin 已提交
43 44 45 46 47 48 49 50
- [ ] Logging console enhancement
- [ ] Monitoring stack upgrade including Prometheus, Prometheus Operator, Node exporter, kube-state-metrics etc.
- [ ] Custom metrics support including application custom metrics dashboard, custom metrics HPA
- [ ] Integration with Alertmanager
- [ ] K8s Event management
- [ ] K8s Audit Support
- [ ] Notification Enhancement

51 52 53 54
#### Network

#### Storage

X
Xin Wang 已提交
55 56 57 58 59 60 61
- [ ] Snapshot management
- [ ] Volume cloning
- [ ] Volume monitoring and alerting
- [ ] Identify storage system capabilities
- [ ] Restore volume to available status
- [ ] Unified integrate third-party storage plugin

62 63
#### Security & Multitenancy

H
hongming 已提交
64 65 66 67
- [ ] Support the OAuth2 SSO plugin.
- [ ] Workspace resource quota.
- [ ] Refactor access management framework to adapt to multi-cluster design.

68
#### Application Lifecycle Management (OpenPitrix)