intel / intent-driven-orchestration

Intent Driven Orchestration enables management of applications through their Service Level Objectives, while minimizing developer and administrator overhead.
Apache License 2.0
34 stars 7 forks source link

RDT actuator #5

Closed BonjourGit closed 1 year ago

BonjourGit commented 1 year ago

Hi,

Could you please elaborate on what the terminology "RDT" stands for, and possibly a bit more information about it?

Many thanks!

tmetsch commented 1 year ago

Hi,

RDT stands for Resource Director Technology; you can find more information over here here.

Cheers!

BonjourGit commented 1 year ago

Hi @tmetsch,

Thank you for the reply! A further question is that does the intent-driven-orchestration implementation depend on Intel RDT tech?

Thanks!

tmetsch commented 1 year ago

Good question, so it is independent of it; If your platform supports it the planner can eventually make use of it. If your platform does not support it, the planner will not consider it either. On top of that, you can individually decide which actuators you want to have active in your system.

Hope that helps.

BonjourGit commented 1 year ago

Thank you for the help. Appreciated.