Executor
Executors define behaviors based on OBI metrics to allow users to quickly scale and automate desired operations.
- Resource Tagger(Update Resource)
- Power off node
Executor Function And Value
- Through automatic detection and marking of resources running in the K8S cluster, users can have a more intuitive understanding of the characteristics of resources.
- Based on these marked characteristics, the scheduler can make scheduling optimisation recommendations to schedule resources to more suitable nodes for operation.
- By default, CPU-sensitive and memory-sensitive resource characteristics are detected and marked, but users can customize the resource characteristics and detection criteria according to their business requirements.
Executor Architecture
Executor Workflow
executor
and observer
do not interact through API calls, but data-driven interaction through data update and acquisition of ObservabilityIndicant CR.