Skip to content

Commit

Permalink
Update readme (#102)
Browse files Browse the repository at this point in the history
* doc(readme): update readme

* doc(readme): update readme

* doc(readme): update readme

* doc(readme): update readme

* doc(readme): update readme

* doc(readme): update readme
  • Loading branch information
wu8685 committed Sep 27, 2023
1 parent d213e2f commit 1817bcb
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,24 @@ between platform development and Kubernetes.
KusionStack Operating currently provides the following features,
streamlining application operations when developing platforms based on Kubernetes:

* Advanced workloads

KusionStack Operating offers multiple workloads to ensure the convenient and effective delivery and operation of application resources.
* Fine-grained operation

[**CollaSet**](https://kusionstack.io/docs/operating/manuals/collaset) designed to manage Pods with a range of scale and update strategies.
[**PodOpsLifecycle**](https://kusionstack.io/docs/operating/concepts/podopslifecycle)
extends native Pod lifecycle with more phase, like `PreCheck`, `Preparing`, `PostCheck`, to allow fine-grained operation management.

* Fine-grained operations
* Advanced workloads

[**PodOpsLifecycle**](https://kusionstack.io/docs/operating/concepts/podopslifecycle) allows various roles like application developers and SREs to collaboratively operate on a single Pod in parallel.
[**CollaSet**](https://kusionstack.io/docs/operating/manuals/collaset) designed to manage Pods with respect to PodOpsLifecycle.

* Streamlined pod operation

[**ResourceConsist**](https://kusionstack.io/docs/operating/manuals/resourceconsist) framework facilitates the graceful participation of multiple resources related to Pods in the Pod operation process.
[**ResourceConsist**](https://kusionstack.io/docs/operating/manuals/resourceconsist) framework offers
a graceful way to integrate resource management around Pods, like traffic control, into PodOpsLifecycle.

* Integrated risk management
* Risk management

[**PodTransitionRule**](https://kusionstack.io/docs/operating/manuals/podtransitionrule) is responsible to keep operational risks under control.
[**PodTransitionRule**](https://kusionstack.io/docs/operating/manuals/podtransitionrule)
is responsible to keep Pod operation risks under control.

## Getting started

Expand Down

0 comments on commit 1817bcb

Please sign in to comment.