kubevela / kubevela

The Modern Application Platform.
https://kubevela.io
Apache License 2.0
6.36k stars 884 forks source link

[Feature] resourcekeeper provides control capability on the application level #4394

Open oeular opened 2 years ago

oeular commented 2 years ago

The main implementation of the resource management logic locates at pkg/resourcekeeper. The ResourceKeeper takes charge of the dispatching, tracking, and recycling of all resources.

we want the capacity of resourcekeeper can work on or not work on some specified application when we convert the k8s objects in the managed clusters to OAM application in the hub cluster. Work on when converting goes well. Not work on when errors of converting happen.

Somefive commented 2 years ago

Capacity of resourcekeeper? Do you mean capability of resourcekeeper? Or the size of the resourcekeeper?

oeular commented 2 years ago

@Somefive You're right, I mean the capability of resourcekeeper.

Somefive commented 2 years ago

How do you do the conversion? External CLI tools or operators on server?

Is there any way for KubeVela controller to know whether the conversion goes well or not?