Feat: add docs for roadmap 2023 spring (#1092)

Signed-off-by: Yin Da <yd219913@alibaba-inc.com>

Signed-off-by: Yin Da <yd219913@alibaba-inc.com>
This commit is contained in:
Somefive 2022-12-08 10:55:57 +08:00 committed by GitHub
parent 4562c05857
commit d80553d606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 49 additions and 1 deletions

View File

@ -78,7 +78,7 @@ With the use of workflow and addons, users are able to build arbitrary delivery
KubeVela cares more other than Day-1 Delivery. It also provides a unified Day-2 application management capability for all it's extensibility. The day-2 management is necessary for system operators and application developers to make continuous operation for the delivered applications and ensure the applications are always under control.
### Resource Management
The basic capabilities for application management are for its resources.
KubeVela's core controller continuously watches the difference between the current state and the desired state of delivered resources. It makes sure that the live spec is accord with the declared spec recorded in the delivery process and therefore effectively prevents any configuration drits.
KubeVela's core controller continuously watches the difference between the current state and the desired state of delivered resources. It makes sure that the live spec is accord with the declared spec recorded in the delivery process and therefore effectively prevents any configuration drifts.
![Slide18.png](/img/blog/retro-2022/Slide18.png)
Besides, the automated garbage collection help recycle the resources that are not in-use during upgrades or deletion. There are also times resources need to be shared across multiple applications. These are all made possible in KubeVela application through the use of policies.
![Slide19.png](/img/blog/retro-2022/Slide19.png)

View File

@ -0,0 +1,23 @@
---
title: Roadmap 2023.03
---
Date: 2023-01-01 to 2023-03-31
## Core Platform
- Support KubeVela Dynamic API in vela-prism. It will allow user to make integration with third-party APIs easily, with the use of CUE templates.
- Upgrade CUE execution engine in KubeVela and allow user to integrate customized function providers and manage CUE templates into modules.
- Support take-over policy, allowing user to adopt existing Kubernetes resources to KubeVela applications.
- Support read-only policy, allowing user to attach traits and extra capabilities (like observability) to existing resources, on top of the application model.
- Upgrade HealthScope controller which helps users to continuously track the status of applications.
- Support metadata backup and migration for data recovery of the control plane.
- Conduct load-testing experiments in multi-cluster scenario and conclude recommend settings and optimization techniques.
## Third-party integrations and more addons
- Integrate tracing and alerting tools into observability addons.
## Best practices
- Provide one or more best practices about how to use KubeVela in game/delivery/monitoring scenario.

View File

@ -10,6 +10,7 @@ The goal of KubeVela is to **make deploying and operating applications across to
They're aligned with the roadmap direction for the next three years. As for the detailed roadmap, we'll update and list below.
- [2023 Spring Roadmap](./2023-03-roadmap)
- [2022 Winter Roadmap](./2022-12-roadmap)
- [2022 Fall Roadmap](./2022-09-roadmap)
- [2022 Summer Roadmap](./2022-06-roadmap)

View File

@ -0,0 +1,23 @@
---
title: Roadmap 2023.03
---
Date: 2023-01-01 to 2023-03-31
## Core Platform
- Support KubeVela Dynamic API in vela-prism. It will allow user to make integration with third-party APIs easily, with the use of CUE templates.
- Upgrade CUE execution engine in KubeVela and allow user to integrate customized function providers and manage CUE templates into modules.
- Support take-over policy, allowing user to adopt existing Kubernetes resources to KubeVela applications.
- Support read-only policy, allowing user to attach traits and extra capabilities (like observability) to existing resources, on top of the application model.
- Upgrade HealthScope controller which helps users to continuously track the status of applications.
- Support metadata backup and migration for data recovery of the control plane.
- Conduct load-testing experiments in multi-cluster scenario and conclude recommend settings and optimization techniques.
## Third-party integrations and more addons
- Integrate tracing and alerting tools into observability addons.
## Best practices
- Provide one or more best practices about how to use KubeVela in game/delivery/monitoring scenario.

View File

@ -10,6 +10,7 @@ The goal of KubeVela is to **make deploying and operating applications across to
They're aligned with the roadmap direction for the next three years. As for the detailed roadmap, we'll update and list below.
- [2023 Spring Roadmap](./2023-03-roadmap)
- [2022 Winter Roadmap](./2022-12-roadmap)
- [2022 Fall Roadmap](./2022-09-roadmap)
- [2022 Summer Roadmap](./2022-06-roadmap)