poolsel
Poolsel is a software component that selects among multiple resource pools to host workloads in distributed computing environments. It provides a policy-driven mechanism for mapping tasks to pools, aiming to optimize utilization, locality, and SLA compliance.
Functionality: Poolsel exposes an interface (command-line and programmatic API) for evaluating candidate pools. It scores pools
Architecture: A pool registry stores the available pools and their attributes. A policy engine evaluates rules
Config and operation: Pools are described with attributes (capacity, type, location, SLA). Policies express scoring rules
Use and adoption: Intended for data centers, HPC clusters, and multi-tenant cloud environments. It helps decouple
See also: resource scheduler, pool allocator, policy engine, workload orchestration.