Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add roadmap of H1 2022 #147

Merged
merged 1 commit into from
Feb 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Crane (FinOps Crane) is a cloud native open source project which manages cloud r
- [QoS Ensurance](#qos-ensurance)
- [Repositories](#repositories)
- [Getting Started](#getting-started)
- [RoadMap](#roadmap)

## Introduction

Expand All @@ -34,7 +35,7 @@ The goal of Crane is to provide a one-stop-shop project to help Kubernetes users
- Cost Optimization
- **Enhanced QoS** based on Pod PriorityClass

<img alt="Crane Overview" height="400" src="docs/images/crane-overview.png" width="700"/>
<img alt="Crane Overview" height="700" src="docs/images/crane-overview.png" width="886"/>

## Features
### Time Series Prediction
Expand Down Expand Up @@ -376,4 +377,7 @@ Something you should know about HPA recommendation:
* Must provide cpu request for pod spec
* The workload should be running for at least **a week** to get enough metrics to forecast
* The workload's cpu load should be predictable, **too low** or **too unstable** workload often is unpredictable


### RoadMap
Please see [this document](./docs/roadmaps/roadmap-1h-2022.md) to learn more.

Binary file modified docs/images/crane-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions docs/roadmaps/roadmap-1h-2022.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Crane Roadmap for H1 2022
Please refer the following sections for Crane release plan of H1 2022, new release will be cut on monthly basis.

Please let us know if you have urgent needs which are not presented in the plan.
### 0.1.0 [released]
- Predictor to support Moving Windows and DSP algorithms
- Resource Request Recommendation and Effective Horizontal Pod Autoscaler
- Grafana Dashboard to view resource utilization and cost trends
- fadvisor to support billing
### 0.2.0:[released]
- Multiple Metric Adaptor support
- Node QoS Ensurance for CPU
- Operation Metrics about R3 and EPA applied ratio
### 0.3.0 [March]
- UI with cost visibility and usage optimizations.
- Request Recommendation adapts with Virtual Kubelet
- Multiple Triggers for EPA
- Node QoS Ensurance for Mem
- Prediction with CPU, Memory, and Business Metrics
- Scalability to support 1K TSP and 1K EPA
### 0.4.0 [April]
- EVPA support
- Application Portrait
- Descheduler and Dynamic Scheduler
- SLO based Application QoS for CPU and Mem
- UI to support EPA.
### 0.5.0 [May]
- HPC open source
- Node & Pod QoS Ensurance for DiskIO and Network
- Prediction with DiskIO, Network
### 0.6.0 [June]
- Scalability to support 3k TSP and 3k EPA