You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Katalyst injects resource management policies through a framework inside kubelet named QoS Resource Manager (QRM). Among various feasible solutions, the QRM solution has the most complete functions and the most reasonable design.
However, some users may find it inconvenient to use in conjunction with the KubeWharf K8s distro, so we plan to provide a solution decoupled from kubelet, which will serve as a supplement to the QRM solution and allow users to choose as needed according to their own situation.
What would you like to be added?
Add an out-of-band resource manager (ORM) module in Katalyst Agent, which includes:
Through the asynchronous update path, ORM injects resource management strategies to a container after it starts, and dynamically adjust the resource allocation of a container when it is running. feat(orm): support outofband-resource-manager #406
Implement an out-of-band Topology Manager, as we can no longer reuse the NUMA alignment capability provided by the native Topology Manager of kubelet. feat(ORM): outofband topology manager #435
Implement an out-of-band PodResources server, because the CPU and memory information returned by the native PodResources API of kubelet is not correct. feat(ORM): add orm podResources server #453
Why is this needed?
Currently, Katalyst injects resource management policies through a framework inside kubelet named QoS Resource Manager (QRM). Among various feasible solutions, the QRM solution has the most complete functions and the most reasonable design.
However, some users may find it inconvenient to use in conjunction with the KubeWharf K8s distro, so we plan to provide a solution decoupled from kubelet, which will serve as a supplement to the QRM solution and allow users to choose as needed according to their own situation.
What would you like to be added?
Add an out-of-band resource manager (ORM) module in Katalyst Agent, which includes:
The detailed design can be found in this doc.
The text was updated successfully, but these errors were encountered: